We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9cc42 commit b90109eCopy full SHA for b90109e
1 file changed
src/dom/AddToDOM.js
@@ -6,7 +6,7 @@
6
7
/**
8
* 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`.
+ * If no parent was given it falls back to using `document.body`.
10
*
11
* @function Phaser.DOM.AddToDOM
12
* @since 3.0.0
0 commit comments