mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
typo
This commit is contained in:
parent
40cdd0e2ec
commit
955986c13a
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue