From 805ac7151d5bd75910b1a5d2111cb6c1b984af4e Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 4 Oct 2022 00:04:38 -0400 Subject: [PATCH] Docs typo: incorrect backtick in jsx-import.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Formatting was a little wonky 🙂 --- packages/eslint-plugin/docs/rules/jsx-import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-plugin/docs/rules/jsx-import.md b/packages/eslint-plugin/docs/rules/jsx-import.md index 6a59337b8..1a5fb824a 100644 --- a/packages/eslint-plugin/docs/rules/jsx-import.md +++ b/packages/eslint-plugin/docs/rules/jsx-import.md @@ -2,7 +2,7 @@ ## Rule Details -This rule ensures that `jsx` from `@emotion/react is imported`. This rule can usually be auto-fixed so you should not usually have to do anything yourself. +This rule ensures that `jsx` from `@emotion/react` is imported. This rule can usually be auto-fixed so you should not usually have to do anything yourself. Examples of **incorrect** code for this rule.