diff --git a/src/js/script.js b/src/js/script.js index 1f0d1a097..52f26993e 100644 --- a/src/js/script.js +++ b/src/js/script.js @@ -2633,7 +2633,7 @@ function startTest() { if ( config.minWpm === "custom" && wpmAndRaw.wpm < parseInt(config.minWpmCustomSpeed) && - currentWordIndex > 0 + currentWordIndex > 3 ) { clearTimeout(timer); hideCaret();