Skip to content

Commit

Permalink
Remove semi-colons and full-stops in list-item endings
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 12, 2017
1 parent 016f41e commit e0e6f7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Find the first child before `index` (or `node`) in `parent`, that passes `test`

###### Parameters

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

###### Returns

Expand Down

0 comments on commit e0e6f7b

Please sign in to comment.