diff --git a/src/npc/descriptions/style/clothingCorset.js b/src/npc/descriptions/style/clothingCorset.js index 421c149eac37568b484cb6eef6b3ae17058522d4..30165f13965de46c8959c67bd2be8dd4109316fe 100644 --- a/src/npc/descriptions/style/clothingCorset.js +++ b/src/npc/descriptions/style/clothingCorset.js @@ -312,20 +312,20 @@ App.Desc.clothingCorset = function(slave) { break; case "a monokini": if (slave.bellyAccessory === "a corset") { - r.push(`A corset peaks out from the top of the swimsuit.`); + r.push(`A corset peeks out from the top of the swimsuit.`); } else if (slave.bellyAccessory === "an extreme corset") { - r.push(`An extreme corset peaks out from the top of the swimsuit.`); + r.push(`An extreme corset peeks out from the top of the swimsuit.`); } else if (slave.bellyAccessory === "a support band") { - r.push(`${His} support band peaks out from the top of the swimsuit.`); + r.push(`${His} support band peeks out from the top of the swimsuit.`); } break; case "overalls": if (slave.bellyAccessory === "a corset") { - r.push(`A corset peaks out from the top of the overalls.`); + r.push(`A corset peeks out from the top of the overalls.`); } else if (slave.bellyAccessory === "an extreme corset") { - r.push(`An extreme corset peaks out from the top of the overalls.`); + r.push(`An extreme corset peeks out from the top of the overalls.`); } else if (slave.bellyAccessory === "a support band") { - r.push(`${His} support band peaks out from the top of the overalls.`); + r.push(`${His} support band peeks out from the top of the overalls.`); } break; case "an apron":