mirror of
https://github.com/photonstorm/phaser
synced 2024-12-03 18:10:10 +00:00
Corrected spelling: 'mainted' to 'maintained'
This commit is contained in:
parent
2f3cf3637e
commit
589b9b8edd
1 changed files with 1 additions and 1 deletions
|
@ -2097,7 +2097,7 @@ Object.defineProperty(Phaser.ScaleManager.prototype, "boundingParent", {
|
|||
* <dt>{@link Phaser.ScaleManager.EXACT_FIT}</dt>
|
||||
* <dd>
|
||||
* The Game display area will be _stretched_ to fill the entire size of the canvas's parent element and/or screen.
|
||||
* Proportions are not mainted.
|
||||
* Proportions are not maintained.
|
||||
* </dd>
|
||||
* <dt>{@link Phaser.ScaleManager.SHOW_ALL}</dt>
|
||||
* <dd>
|
||||
|
|
Loading…
Reference in a new issue