From a893f03cf0ee9c648d3f9bb6b91a30cf3348fa82 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 26 Mar 2018 17:54:19 -0400
Subject: [PATCH] simple fix

---
 src/interaction/researchLab.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interaction/researchLab.tw b/src/interaction/researchLab.tw
index 1e5938c9637..8c7ac07f77d 100644
--- a/src/interaction/researchLab.tw
+++ b/src/interaction/researchLab.tw
@@ -194,7 +194,7 @@
 <<case 1>>
 	<<set $temp = 0>>
 	<<set $nextLink = "Research Lab">>
-	//You contact representative of one of the larger cybernetics companies and inquired about their products.<br>&nbsp;This is what they have to offer://<br><br>
+	//You contact a representative of one of the larger cybernetics companies and inquire about their products.<br>&nbsp;This is what they have to offer://<br><br>
 
 	__Hardware__<br>
 	[[Basic prosthetics interface|Research Lab][$temp = 1, $cash -= 25000, $stockpile.basicPLimbInterface += 1]] //Costs <<print cashFormat(25000)>>. Currently have: $stockpile.basicPLimbInterface//<br>
-- 
GitLab