From 9ec108e6f6a4813e5fec06760f6759cb385f354c Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 26 Oct 2020 10:15:39 -0400
Subject: [PATCH] typo

---
 src/endWeek/saRules.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/endWeek/saRules.js b/src/endWeek/saRules.js
index d37a7a1a417..3d985ae7ba2 100644
--- a/src/endWeek/saRules.js
+++ b/src/endWeek/saRules.js
@@ -2769,7 +2769,7 @@ App.SlaveAssignment.rules = function(slave) {
 						if (canHold(slave)) {
 							r.push(`${He} is required to vigorously massage ${his} breasts and nipples in an effort to induce lactation.`);
 						} else {
-							r.push(`${He} spends ${his} nights with a pair of automatic breast pumps attached to ${his} chest in order bring in ${his} lactation.`);
+							r.push(`${He} spends ${his} nights with a pair of automatic breast pumps attached to ${his} chest in order to bring in ${his} lactation.`);
 						}
 						slave.induceLactation += 4;
 						r.push(induceLactation(slave));
-- 
GitLab