Skip to content

Commit a70ea57

Browse files
authoredJun 28, 2023
docs: fix default in doc for require-expect (#383)
1 parent 8211f6d commit a70ea57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/rules/require-expect.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ test('name', function() {
5959

6060
### except-simple
6161

62-
When using the **default** "except-simple" option, the following patterns are considered
62+
When using the "except-simple" option, the following patterns are considered
6363
warnings.
6464

6565
```js
@@ -158,7 +158,7 @@ test('name', function(assert) {
158158

159159
### never-except-zero
160160

161-
The following would warn.
161+
When using the **default** "never-except-zero" option, the following would warn.
162162

163163
```js
164164
test('name', function(assert) {

0 commit comments

Comments
 (0)
Please sign in to comment.