diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index aae3348af0bf6ce81a0c1a9698a1bdba9a61998a..f80052c74c5de8763a02053c3dc7766b68ff4375 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -15548,7 +15548,7 @@ window.rulesAssistantOptions = (function() {
 			if (V.masterSuite > 0) items.push("Master Suite");
 			if (V.schoolroom > 0) items.push("Schoolroom");
 			if (V.spa > 0) items.push("Spa");
-			if (V.nursery > 0) item.push("Nursery");
+			if (V.nursery > 0) items.push("Nursery");
 			if (V.clinic > 0) items.push("Clinic");
 			if (V.cellblock > 0) items.push("Cellblock");
 			items.forEach(
diff --git a/src/js/rulesAssistantOptions.tw b/src/js/rulesAssistantOptions.tw
index bfc1caa3058b154efca4b7947dc03a8b6e4ae2e4..d9ffb383f4d9f7ec11e3e62f6be56401aa583080 100644
--- a/src/js/rulesAssistantOptions.tw
+++ b/src/js/rulesAssistantOptions.tw
@@ -784,7 +784,7 @@ window.rulesAssistantOptions = (function() {
 			if (V.masterSuite > 0) items.push("Master Suite");
 			if (V.schoolroom > 0) items.push("Schoolroom");
 			if (V.spa > 0) items.push("Spa");
-			if (V.nursery > 0) item.push("Nursery");
+			if (V.nursery > 0) items.push("Nursery");
 			if (V.clinic > 0) items.push("Clinic");
 			if (V.cellblock > 0) items.push("Cellblock");
 			items.forEach(
diff --git a/src/uncategorized/managePenthouse.tw b/src/uncategorized/managePenthouse.tw
index c782d99037a75ce3c0109bf1e9c2408829853a71..b95652b9b192aae0d867e671e3b6140aae8e977d 100644
--- a/src/uncategorized/managePenthouse.tw
+++ b/src/uncategorized/managePenthouse.tw
@@ -76,7 +76,7 @@ __Penthouse Facilities__
 
 <<if $cheatMode == 1>>
 	<<if $nursery == 0>>
-		[[Build a nursery to raise chilren from birth|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $nursery = 5, $PC.engineering += 1]] @@.red;ALPHA CONTENT@@
+		[[Build a nursery to raise children from birth|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $nursery = 5, $PC.engineering += 1]] @@.red;ALPHA CONTENT@@
 		//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 	<<else>>
 		The penthouse has a nursery built where infants can be brought up.