We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8017146 commit 77a927cCopy full SHA for 77a927c
docs/rules/no-restricted-jest-methods.md
@@ -11,7 +11,7 @@ You may wish to restrict the use of specific `jest` methods.
11
## Rule details
12
13
This rule checks for the usage of specific methods on the `jest` object, which
14
-can be used to disallow curtain patterns such as spies and mocks.
+can be used to disallow certain patterns such as spies and mocks.
15
16
## Options
17
0 commit comments