From 3f301d17a212da49d0519537bfca790996bdf586 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Tue, 31 Dec 2024 07:18:08 +1300 Subject: [PATCH] chore: fix typo in comment --- .../break-jest-formatting-rules.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-app/eslint-breaking-examples/break-jest-formatting-rules.test.tsx b/example-app/eslint-breaking-examples/break-jest-formatting-rules.test.tsx index d341e15..0ce55c6 100644 --- a/example-app/eslint-breaking-examples/break-jest-formatting-rules.test.tsx +++ b/example-app/eslint-breaking-examples/break-jest-formatting-rules.test.tsx @@ -1,6 +1,6 @@ // Save without formatting: [⌘ + K] > [S] -// This should trigger an error breaking eslint-pluging-jest rule: +// This should trigger an error breaking eslint-plugin-jest rule: // jest/padding-around-all it("a test", () => {