mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 07:23:39 +08:00
typo
This commit is contained in:
parent
9a6ad299d8
commit
8ec8a68562
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ export async function init() {
|
|||
if (britishWord) w[i] = britishWord;
|
||||
}
|
||||
|
||||
if (Config.lazyMode === true && language.accents) {
|
||||
if (Config.lazyMode === true && !language.noLazyMode) {
|
||||
w[i] = LazyMode.replaceAccents(w[i]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue