From cc1dff2ada405f92b6c3f1ae55e9ad054fc37909 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 16 May 2020 20:18:13 +0100 Subject: [PATCH] typo --- public/js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/script.js b/public/js/script.js index 75f929838..50b765953 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -108,7 +108,7 @@ function initWords() { wordsList.push(w[i]); } } - if (config.punctuation && !config.mode == "custom") { + if (config.punctuation && config.mode != "custom") { wordsList = buildSentences(wordsList); } showWords();