mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-03 14:05:03 +08:00
typo
This commit is contained in:
parent
e4de5c7f90
commit
cc1dff2ada
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…
Add table
Reference in a new issue