mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 05:26:54 +08:00
typo
This commit is contained in:
parent
a31d73a2b3
commit
4ed0075ad4
1 changed files with 1 additions and 1 deletions
|
@ -820,7 +820,7 @@ export function setWordCount(wordCount, nosave) {
|
|||
wordCount < 0 ||
|
||||
wordCount > 100000
|
||||
) {
|
||||
wordCount = defaultConfig.wordCount;
|
||||
wordCount = defaultConfig.words;
|
||||
}
|
||||
// if (!nosave) setMode("words", nosave);
|
||||
config.words = wordCount;
|
||||
|
|
Loading…
Add table
Reference in a new issue