Merge pull request #187 from rahulpopuri/gh-pages

fixed typo
This commit is contained in:
Logan Engstrom 2018-02-08 17:42:23 -08:00 committed by GitHub
commit 915ea2adb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ function renderBeginningText() {
var mob, fontSize; var mob, fontSize;
if(/mobile|Mobile|iOS|Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) { if(/mobile|Mobile|iOS|Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
mob = true; 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' action_text = 'sides to rotate the hexagon'
score_text = 'Match 3+ blocks to score' score_text = 'Match 3+ blocks to score'
fontSize = 35 fontSize = 35