Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
fix: minor typo in description
Browse files Browse the repository at this point in the history
  • Loading branch information
Primajin committed Oct 4, 2022
1 parent 8017146 commit 102c153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-restricted-jest-methods.md
Expand Up @@ -11,7 +11,7 @@ You may wish to restrict the use of specific `jest` methods.
## Rule details

This rule checks for the usage of specific methods on the `jest` object, which
can be used to disallow curtain patterns such as spies and mocks.
can be used to disallow certain patterns such as spies and mocks.

## Options

Expand Down

0 comments on commit 102c153

Please sign in to comment.