Skip to content

Commit 96e2531

Browse files
committed
Remove semi-colons and full-stops from list-item endings
1 parent 8ef8735 commit 96e2531

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
@@ -67,11 +67,11 @@ A comment marker.
6767

6868
###### Properties
6969

70-
* `name` (`string`) — Name of marker;
71-
* `attributes` (`string`) — Value after name;
70+
* `name` (`string`) — Name of marker
71+
* `attributes` (`string`) — Value after name
7272
* `parameters` (`Object`) — Parsed attributes, tries to convert
73-
values to numbers and booleans when possible;
74-
* `node` ([`Node`][node]) — Reference to given node.
73+
values to numbers and booleans when possible
74+
* `node` ([`Node`][node]) — Reference to given node
7575

7676
## License
7777

0 commit comments

Comments
 (0)