From a70ea57cddfc5452183114f46616786413fd7565 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Wed, 28 Jun 2023 16:55:28 -0400 Subject: [PATCH] docs: fix default in doc for require-expect (#383) --- docs/rules/require-expect.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rules/require-expect.md b/docs/rules/require-expect.md index ace4b498..9f7a0137 100644 --- a/docs/rules/require-expect.md +++ b/docs/rules/require-expect.md @@ -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 @@ -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) {