Skip to content

Commit 9204609

Browse files
committed
Remove semi-colons and full-stops from list-item endings
1 parent 7deaa9c commit 9204609

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ a node’s location.
4242
###### Parameters
4343

4444
* `node` ([`Node`][node])
45-
— Node whose `'position'` property to stringify;
45+
— Node whose `'position'` property to stringify
4646
* `location` ([`Location`][location])
47-
— Location whose `'start'` and `'end'` positions to stringify;
47+
— Location whose `'start'` and `'end'` positions to stringify
4848
* `position` ([`Position`][position])
49-
— Location whose `'line'` and `'column'` to stringify.
49+
— Location whose `'line'` and `'column'` to stringify
5050

5151
###### Returns
5252

0 commit comments

Comments
 (0)