From 77a927c42e5eef1aeaf6d4ae02937d8c92568568 Mon Sep 17 00:00:00 2001 From: Jannis Hell Date: Tue, 4 Oct 2022 17:30:55 +0200 Subject: [PATCH] docs: correct typo in description (#1259) --- docs/rules/no-restricted-jest-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/no-restricted-jest-methods.md b/docs/rules/no-restricted-jest-methods.md index 43a2685d6..322bd6023 100644 --- a/docs/rules/no-restricted-jest-methods.md +++ b/docs/rules/no-restricted-jest-methods.md @@ -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