Skip to content

Commit 77a927c

Browse files
authored
docs: correct typo in description (#1259)
1 parent 8017146 commit 77a927c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-restricted-jest-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You may wish to restrict the use of specific `jest` methods.
1111
## Rule details
1212

1313
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.
14+
can be used to disallow certain patterns such as spies and mocks.
1515

1616
## Options
1717

0 commit comments

Comments
 (0)