diff --git a/src/js/clothingSelectionJS.tw b/src/js/clothingSelectionJS.tw
index 6c14bdffa8dbae22c827e3c14a6dcd63f43ab570..9f672e6fe635f3ebc04e6970d75c33123f2808f3 100644
--- a/src/js/clothingSelectionJS.tw
+++ b/src/js/clothingSelectionJS.tw
@@ -411,7 +411,7 @@ window.todaysOutfit = function(slave) {
 				wardrobeFS.push({text: "and decides to throw together a slutty outfit that highlight her assets.", clothes: "a slutty outfit"});
 			} else if(ArcologyZero.FSSlimnessEnthusiast > 0) {
 				if(slave.boobs < 300) {
-					wardrobeFS.push({text: "and wears s string bikini to show off just how flat she is.", clothes: "a string bikini"});
+					wardrobeFS.push({text: "and wears a string bikini to show off just how flat she is.", clothes: "a string bikini"});
 				}
 				if(slave.boobs < 600 && slave.butt < 3) {
 					wardrobeFS.push({text: "and wears a leotard to show off her lithe body.", clothes: "a leotard"});