Skip to content

Commit c1a4fb0

Browse files
committed
typo
1 parent 7b50a87 commit c1a4fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/GameObject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ var GameObject = new Class({
391391
* removed from the Input Manager and cleared from this Game Object.
392392
*
393393
* If you wish to re-enable this Game Object at a later date you will need to
394-
* re-create its InteractiveOobject by calling `setInteractive` again.
394+
* re-create its InteractiveObject by calling `setInteractive` again.
395395
*
396396
* If you wish to only temporarily stop an object from receiving input then use
397397
* `disableInteractive` instead, as that toggles the interactive state, where-as

0 commit comments

Comments
 (0)