Skip to content

Commit cffce16

Browse files
authored
remark-lint-unordered-list-marker-style: fix typos (#235)
1 parent dc4f092 commit cffce16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/remark-lint-unordered-list-marker-style/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Warn when the list item marker style of unordered lists violate a given
88
* style.
99
*
10-
* Options: `'consistent'`, `'-'`, `'*'`, or `'*'`, default: `'consistent'`.
10+
* Options: `'consistent'`, `'-'`, `'*'`, or `'+'`, default: `'consistent'`.
1111
*
1212
* `'consistent'` detects the first used list style and warns when subsequent
1313
* lists use different styles.

packages/remark-lint-unordered-list-marker-style/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Warn when the list item marker style of unordered lists violate a given
1414
style.
1515

16-
Options: `'consistent'`, `'-'`, `'*'`, or `'*'`, default: `'consistent'`.
16+
Options: `'consistent'`, `'-'`, `'*'`, or `'+'`, default: `'consistent'`.
1717

1818
`'consistent'` detects the first used list style and warns when subsequent
1919
lists use different styles.

0 commit comments

Comments
 (0)