Skip to content

Commit

Permalink
docs: fix default in doc for require-expect (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jun 28, 2023
1 parent 8211f6d commit a70ea57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/require-expect.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test('name', function() {

### except-simple

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

```js
Expand Down Expand Up @@ -158,7 +158,7 @@ test('name', function(assert) {

### never-except-zero

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

```js
test('name', function(assert) {
Expand Down

0 comments on commit a70ea57

Please sign in to comment.