diff --git a/quickdraw-game.html b/quickdraw-game.html index 9bea4ad..82e73be 100644 --- a/quickdraw-game.html +++ b/quickdraw-game.html @@ -265,7 +265,7 @@ let highScore = 0; let targetsClicked = 0; let numTargets = 0; - let preRoundText = "hold still on the circle, then click targets as fast as possible!"; + let preRoundText = "hold still on the circle, then click the targets as fast as possible!"; // "NORMAL" MODE ONLY VARIABLES let currentRound = 0;