Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed May 16, 2020
1 parent 40cdd0e commit 955986c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 955986c

Please sign in to comment.