Skip to content

Commit 52ad2c8

Browse files
committed
Fix typo
1 parent d2bf5af commit 52ad2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const search = /[#.]/g
1515
* @param {Selector | null | undefined} [selector]
1616
* Simple CSS selector.
1717
*
18-
* Can contain a tag-name (`foo`), classes (`.bar`), and an ID (`#baz`).
18+
* Can contain a tag name (`foo`), classes (`.bar`), and an ID (`#baz`).
1919
* Multiple classes are allowed.
2020
* Uses the last ID if multiple IDs are found.
2121
* @param {DefaultTagName | null | undefined} [defaultTagName='div']

0 commit comments

Comments
 (0)