From cfbd6f4eaaf87ef0b15cf3ba529e4158c654a0e0 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Mon, 2 Jan 2023 15:16:51 -0500 Subject: [PATCH] remove surplus full stops --- js/003-data/slaveGeneData.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/003-data/slaveGeneData.js b/js/003-data/slaveGeneData.js index 5107f065446..0cac7bdb3f7 100644 --- a/js/003-data/slaveGeneData.js +++ b/js/003-data/slaveGeneData.js @@ -69,14 +69,14 @@ App.Data.geneticQuirks = new Map([ title: "perfect face", abbreviation: "pfce", goodTrait: true, - description: "a naturally flawless face." + description: "a naturally flawless face" } ], ["uFace", { title: "hideous face", abbreviation: "ufce", - description: "a naturally hideous face." + description: "a naturally hideous face" } ], ["fertility", -- GitLab