diff --git a/src/neighbor/neighborDescription.js b/src/neighbor/neighborDescription.js
index 790dde2390b0018929a85d3f1397e15306c3c59e..78a88518d87aa981998988048c9d06d28dfff716 100644
--- a/src/neighbor/neighborDescription.js
+++ b/src/neighbor/neighborDescription.js
@@ -120,7 +120,7 @@ App.UI.neighborDescription = function(i) {
 		if (V.arcologies[i].FSRestart > 95) {
 			desc += `notorious for the number of powerful civilians inhabiting it.`;
 		} else if (V.arcologies[i].FSRestart > 40) {
-			desc += `known to be a good place make connections.`;
+			desc += `known to be a good place to make connections.`;
 		} else {
 			desc += `actively importing sterilization supplies.`;
 		}