From 102c15331beee8702858e78187a341ec21f5df98 Mon Sep 17 00:00:00 2001 From: Jannis Hell Date: Tue, 4 Oct 2022 17:27:06 +0200 Subject: [PATCH] fix: minor typo in description see https://github.com/jest-community/eslint-plugin-jest/pull/1257#pullrequestreview-1129892834 --- 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