Documentation - typo fix

This commit is contained in:
Paul 2014-11-30 04:05:23 -08:00
parent dab8772de0
commit 8b1c7625d4

View file

@ -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;