We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7e715 commit 8e1b094Copy full SHA for 8e1b094
1 file changed
plugins/spine/src/SpinePlugin.js
@@ -71,7 +71,7 @@ var SpineGameObject = require('./gameobject/SpineGameObject');
71
* this.load.spine('stretchyman', 'stretchyman-pro.json', [ 'stretchyman-pma.atlas' ], true);
72
* ```
73
*
74
- * It also installs a Game Object Factory method, allowin you to create Spine Game Objects:
+ * It also installs a Game Object Factory method, allowing you to create Spine Game Objects:
75
76
* ```javascript
77
* this.add.spine(512, 650, 'stretchyman')
0 commit comments