Skip to content

Commit ee193a1

Browse files
authored
Fix your -> you're typo (#78)
1 parent b054ab4 commit ee193a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export const Foo = () => <></>;
196196

197197
> Default: `false`
198198
199-
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.
199+
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.
200200

201201
```json
202202
{

0 commit comments

Comments
 (0)