Skip to content

Commit cdd729c

Browse files
authored
Fix list character
1 parent 32a47b7 commit cdd729c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/valid-suite-title.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ suite('Test suite', function () {});
4949

5050
There are two options available:
5151

52-
* `pattern`: a regexp pattern
53-
* `message`: a custom error message
52+
- `pattern`: a regexp pattern
53+
- `message`: a custom error message
5454

5555
```js
5656
rules: {

0 commit comments

Comments
 (0)