diff --git a/src/markets/specificMarkets/corporateMarket.js b/src/markets/specificMarkets/corporateMarket.js
index d530e567dbb4828122c036d480e6c6915db394e4..8dc11dac2f848a2c7a7e3bd3155dbbb35791e4fb 100644
--- a/src/markets/specificMarkets/corporateMarket.js
+++ b/src/markets/specificMarkets/corporateMarket.js
@@ -28,7 +28,7 @@ App.Markets.corporate = function() {
 	r.push(`sales${V.corp.SpecAge === 3 ? womanU : girlU}`);
 	r.push(`in a slutty suit greets you properly. ${HeU}'s a corporate slave chosen for loyalty and intelligence, and to physically represent the brand.`);
 	if (V.corp.SpecHeight === 5) {
-		r.push(`Even before ${heU} engaged with you ${hisU} towering height made ${himU} stand out and caught your eye, from up close ${heU}'s even more impressive.`);
+		r.push(`Even before ${heU} engaged with you ${hisU} towering height made ${himU} stand out and caught your eye; from up close ${heU}'s even more impressive.`);
 	} else if (V.corp.SpecHeight === 1) {
 		r.push(`${HeU}'s so short you have to physically look down on ${himU}.`);
 	}