From f24680b17ba6f0cf72085436fd79bd5eea810e4e Mon Sep 17 00:00:00 2001 From: rahul Date: Thu, 8 Feb 2018 17:55:29 -0500 Subject: [PATCH] fixed typo --- js/render.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/render.js b/js/render.js index 4c3a550..7aafb33 100644 --- a/js/render.js +++ b/js/render.js @@ -72,7 +72,7 @@ function renderBeginningText() { var mob, fontSize; if(/mobile|Mobile|iOS|Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) { mob = true; - input_text = 'Tap the screen\'s left and ride' + input_text = 'Tap the screen\'s left and right' action_text = 'sides to rotate the hexagon' score_text = 'Match 3+ blocks to score' fontSize = 35