diff --git a/src/gui/quicklinks.js b/src/gui/quicklinks.js
index 403740eb7320d895652ce361f835730d8044a7d0..e9f4d4f7b597ab16239f8d51448585ea0ecd576b 100644
--- a/src/gui/quicklinks.js
+++ b/src/gui/quicklinks.js
@@ -177,7 +177,7 @@ App.UI.quickMenu = (function() {
 	});
 
 	// setup hotkeys list, upper/lower case is important!
-	// Due to limitation to the key capture library keys can not be used when they are already used in
+	// Due to limitation to the key capture library keys cannot be used when they are already used in
 	// src/002-config/mousetrapConfig.js
 	const hotkeys = cleanPassageMapping({
 		"BG Select": "b",
diff --git a/src/js/slaveSummaryHelpers.js b/src/js/slaveSummaryHelpers.js
index 9cf5433d3d6e0da4564cba348d6ac72c80528d86..eb8067abc0754dcbd8525c979eb2f035ee14f6af 100644
--- a/src/js/slaveSummaryHelpers.js
+++ b/src/js/slaveSummaryHelpers.js
@@ -490,7 +490,7 @@ App.UI.SlaveSummaryImpl = function() {
 		 */
 		function long_face(slave, c) {
 			const r = helpers.getNumericRating(data.long.body.face, slave.face + 100);
-			makeSpan(c, `${r.desc} ${slave.faceShape} face`, r.style, true, slave.face);
+			makeSpan(c, ` ${r.desc} ${slave.faceShape} face`, r.style, true, slave.face);
 		}
 
 		/**
diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw
index 2bd868154ebf5a215c6cdb158e79b5afa6c94c40..615e7cd7d0e58636430e7d75d5ec1489528ab276 100644
--- a/src/uncategorized/neighborsDevelopment.tw
+++ b/src/uncategorized/neighborsDevelopment.tw
@@ -255,7 +255,7 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh
 						Its leadership sells off some of its ownership to stay afloat.
 						<<set $arcologies[$i].ownership -= 1>>
 						<<set $arcologies[$i].prosperity += 5>>
-						This leaves its government in control of approximately @@.orange;<<print Math.trunc($arcologies[$i].ownership*_economicUncertainty)>>%@@ of the arcology<<if $arcologies[$i].minority > 0>>, against its most prominent competition, with a @@.tan;<<print Math.trunc($arcologies[$i].minority*_economicUncertainty>>%@@ share<</if>>.
+						This leaves its government in control of approximately @@.orange;<<print Math.trunc($arcologies[$i].ownership*_economicUncertainty)>>%@@ of the arcology<<if $arcologies[$i].minority > 0>>, against its most prominent competition, with a @@.tan;<<print Math.trunc($arcologies[$i].minority*_economicUncertainty)>>%@@ share<</if>>.
 					<</if>>
 				<</if>>
 			<</if>>