diff --git a/docs/rules/no-test-callback.md b/docs/rules/no-test-callback.md index b9c9dc932..304fbf2d0 100644 --- a/docs/rules/no-test-callback.md +++ b/docs/rules/no-test-callback.md @@ -46,7 +46,7 @@ will report the assertion error correctly. ## Rule details -This rule triggers a warning if you have a `done` callback in your test +This rule triggers a warning if you have a `done` callback in your test. The following patterns are considered warnings: