From 1524c58615c5a6ae8b44435bf4b08192505cb152 Mon Sep 17 00:00:00 2001 From: "Tyler C Laprade, CFA" Date: Thu, 3 Apr 2025 00:29:20 -0400 Subject: [PATCH] Fix `your` -> `you're` typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dad9549..c335327 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ export const Foo = () => <>; > Default: `false` -If your using JSX inside `.js` files (which I don't recommend because it forces you to configure every tool you use to switch the parser), you can still use the plugin by enabling this option. To reduce the number of false positive, only files importing `react` are checked. +If you're using JSX inside `.js` files (which I don't recommend because it forces you to configure every tool you use to switch the parser), you can still use the plugin by enabling this option. To reduce the number of false positive, only files importing `react` are checked. ```json {