diff --git a/src/InteractiveTutorial.js b/src/InteractiveTutorial.js index 2d1f8e9f9..1906159d5 100644 --- a/src/InteractiveTutorial.js +++ b/src/InteractiveTutorial.js @@ -367,7 +367,7 @@ function iTutorialEvaluateStep() { case iTutorialSteps.TutorialPageInfo: iTutorialSetText("This page contains a lot of different documentation about the game's " + - "content and mechanics. I know it's a lot, but I highly suggest you read " + + "content and mechanics. I know it's a lot, but I highly suggest you read " + "(or at least skim) through this before you start playing . That's the end of the tutorial. " + "Hope you enjoy the game!"); var next = clearEventListeners("interactive-tutorial-next");