From 8b1c7625d44a4ed4d487897c41f401415a4ba029 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 30 Nov 2014 04:05:23 -0800 Subject: [PATCH] Documentation - typo fix --- src/core/Game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Game.js b/src/core/Game.js index 250f9c615..ae759ed8c 100644 --- a/src/core/Game.js +++ b/src/core/Game.js @@ -122,7 +122,7 @@ Phaser.Game = function (width, height, renderer, parent, state, transparent, ant this.isBooted = false; /** - * @property {boolean} isRuiining - Is game running or paused? + * @property {boolean} isRunning - Is game running or paused? * @readonly */ this.isRunning = false;