Skip to content

Commit 6844fa4

Browse files
committed
fix typo
1 parent 296dc78 commit 6844fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exports.query = function (el) {
2626
* Check if a node is in the document.
2727
* Note: document.documentElement.contains should work here
2828
* but always returns false for comment nodes in phantomjs,
29-
* making unit tests difficult. This is fixed byy doing the
29+
* making unit tests difficult. This is fixed by doing the
3030
* contains() check on the node's parentNode instead of
3131
* the node itself.
3232
*

0 commit comments

Comments
 (0)