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 {