diff --git a/src/core/Application.js b/src/core/Application.js index ea0f058..708b718 100644 --- a/src/core/Application.js +++ b/src/core/Application.js @@ -46,7 +46,7 @@ this.renderer = autoDetectRenderer(width, height, options, noWebGL); /** - * The root display container that's renderered. + * The root display container that's rendered. * @member {PIXI.Container} */ this.stage = new Container();