From 22b406c86106f9d35af52c98903bb0cdb54ffc3e Mon Sep 17 00:00:00 2001
From: Blank_Alt <12406-Blank_Alt@users.noreply.gitgud.io>
Date: Sun, 31 May 2020 00:15:28 -0700
Subject: [PATCH] MinorFixes

---
 src/gui/quicklinks.js                     | 2 +-
 src/js/slaveSummaryHelpers.js             | 2 +-
 src/uncategorized/neighborsDevelopment.tw | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/gui/quicklinks.js b/src/gui/quicklinks.js
index 403740eb732..e9f4d4f7b59 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 9cf5433d3d6..eb8067abc07 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 2bd868154eb..615e7cd7d0e 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>>
-- 
GitLab