We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8211f6d commit a70ea57Copy full SHA for a70ea57
1 file changed
docs/rules/require-expect.md
@@ -59,7 +59,7 @@ test('name', function() {
59
60
### except-simple
61
62
-When using the **default** "except-simple" option, the following patterns are considered
+When using the "except-simple" option, the following patterns are considered
63
warnings.
64
65
```js
@@ -158,7 +158,7 @@ test('name', function(assert) {
158
159
### never-except-zero
160
161
-The following would warn.
+When using the **default** "never-except-zero" option, the following would warn.
162
163
164
test('name', function(assert) {
0 commit comments