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