Skip to content

Commit 8b1c762

Browse files
committed
Documentation - typo fix
1 parent dab8772 commit 8b1c762

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/Game.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Phaser.Game = function (width, height, renderer, parent, state, transparent, ant
122122
this.isBooted = false;
123123

124124
/**
125-
* @property {boolean} isRuiining - Is game running or paused?
125+
* @property {boolean} isRunning - Is game running or paused?
126126
* @readonly
127127
*/
128128
this.isRunning = false;

0 commit comments

Comments
 (0)