We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296dc78 commit 6844fa4Copy full SHA for 6844fa4
src/util/dom.js
@@ -26,7 +26,7 @@ exports.query = function (el) {
26
* Check if a node is in the document.
27
* Note: document.documentElement.contains should work here
28
* but always returns false for comment nodes in phantomjs,
29
- * making unit tests difficult. This is fixed byy doing the
+ * making unit tests difficult. This is fixed by doing the
30
* contains() check on the node's parentNode instead of
31
* the node itself.
32
*
0 commit comments