Skip to content

Commit ee8834b

Browse files
authored
Fix typo
1 parent ecabf42 commit ee8834b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ When a `parent` node is given the `index` of node should also be given.
106106

107107
* `node` ([`Node`][node]) — node to check
108108
* `test` ([`Function`][test], `string`, `Object`, or `Array<Test>`, optional)
109-
Check.
109+
— check:
110110
* when nullish, checks if `node` is a [`Node`][node]
111111
* when `string`, works like passing `node => node.type === test`
112112
* when `array`, checks if any one of the subtests pass

0 commit comments

Comments
 (0)