Skip to content

Commit b90109e

Browse files
committed
Typo fix
1 parent 3e9cc42 commit b90109e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dom/AddToDOM.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/**
88
* Adds the given element to the DOM. If a parent is provided the element is added as a child of the parent, providing it was able to access it.
9-
* If no parent was given or falls back to using `document.body`.
9+
* If no parent was given it falls back to using `document.body`.
1010
*
1111
* @function Phaser.DOM.AddToDOM
1212
* @since 3.0.0

0 commit comments

Comments
 (0)