Skip to content

Commit 7031d9c

Browse files
committed
Fixed typo
1 parent f6f70d3 commit 7031d9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/PluginManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Phaser.PluginManager.prototype = {
4444

4545
/**
4646
* Add a new Plugin into the PluginManager.
47-
* The Plugin must have 2 properties: game and parent. Plugin.game is set to ths game reference the PluginManager uses, and parent is set to the PluginManager.
47+
* The Plugin must have 2 properties: game and parent. Plugin.game is set to the game reference the PluginManager uses, and parent is set to the PluginManager.
4848
*
4949
* @method Phaser.PluginManager#add
5050
* @param {object|Phaser.Plugin} plugin - The Plugin to add into the PluginManager. This can be a function or an existing object.

src/gameobjects/GameObjectFactory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ Phaser.GameObjectFactory.prototype = {
415415

416416
/**
417417
* Add a new Plugin into the PluginManager.
418-
* The Plugin must have 2 properties: game and parent. Plugin.game is set to ths game reference the PluginManager uses, and parent is set to the PluginManager.
418+
* The Plugin must have 2 properties: game and parent. Plugin.game is set to the game reference the PluginManager uses, and parent is set to the PluginManager.
419419
*
420420
* @method Phaser.GameObjectFactory#plugin
421421
* @param {object|Phaser.Plugin} plugin - The Plugin to add into the PluginManager. This can be a function or an existing object.

0 commit comments

Comments
 (0)