Skip to content

Commit 99de788

Browse files
committed
Fix typo
1 parent feee86b commit 99de788

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
@@ -51,7 +51,7 @@ is(test, node, 5, parent); // true
5151
* `node` ([`Node`][node]) — Node to check. `false` is returned;
5252
* `index` (`number`, optional) — Position of `node` in `parent`;
5353
* `parent` (`Node`, optional) — Parent of `node`;
54-
* `context` (`*`, optiona) — Context object to invoke `test` with.
54+
* `context` (`*`, optional) — Context object to invoke `test` with.
5555

5656
###### Returns
5757

0 commit comments

Comments
 (0)