mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 13:55:19 +08:00
Fixed typo
This commit is contained in:
parent
6d0c627b6f
commit
7de3cfd24a
1 changed files with 1 additions and 1 deletions
|
@ -3682,7 +3682,7 @@ async function loadWordsHistory() {
|
|||
) {
|
||||
extraCorrected = "extraCorrected";
|
||||
}
|
||||
if (config.mode == "zen" || wor[c] !== undefined) {
|
||||
if (config.mode == "zen" || word[c] !== undefined) {
|
||||
if (config.mode == "zen" || input[c] === word[c]) {
|
||||
if (correctedChar === input[c] || correctedChar === undefined) {
|
||||
wordEl += `<letter class="correct ${extraCorrected}">${input[c]}</letter>`;
|
||||
|
|
Loading…
Reference in a new issue