Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/abcnews/mount-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Gourlay committed Jul 29, 2020
2 parents 4307cb7 + 3f861ad commit 999065b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import {
[...document.querySelectorAll(MOUNT_SELECTOR)]
// > [<div id="abc" data-mount>, <a id="abc123">, <a name="def">]

[...document.querySelector(exactMountSelector('abc'))]
[...document.querySelectorAll(exactMountSelector('abc'))]
// > [<div id="abc" data-mount>]

[...document.querySelectorAll(prefixedMountSelector('abc'))]
Expand Down

0 comments on commit 999065b

Please sign in to comment.