Skip to content

Commit 070d706

Browse files
committed
Remove semi-colons and full-stops from list-item endings
1 parent 61c7a80 commit 070d706

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ Find the first child after `index` (or `node`) in `parent`, that passes `test`
3838

3939
###### Parameters
4040

41-
* `parent` ([`Node`][node]) — Context node;
42-
* `node` ([`Node`][node]) — Node in `parent`;
43-
* `index` (`number`, optional) — Position of a `node` in `parent`;
41+
* `parent` ([`Node`][node]) — Context node
42+
* `node` ([`Node`][node]) — Node in `parent`
43+
* `index` (`number`, optional) — Position of a `node` in `parent`
4444
* `test` (`Function`, `string`, or `Node`, optional)
45-
— See [`unist-util-is`][is].
45+
— See [`unist-util-is`][is]
4646

4747
###### Returns
4848

0 commit comments

Comments
 (0)