Skip to content

Commit 32d2b1d

Browse files
committed
docs: minor improvements
1 parent 357d851 commit 32d2b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/content/docs/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Just as in [Beyond the DOM](https://legacy.reactjs.org/docs/design-principles.ht
2020

2121
<Accordion title='Why is there no "jsx-runtime" preset in ESLint React?'>
2222

23-
ESLint React uses the same JSX runtime as specified in your `tsconfig.json` or `jsconfig.json` and adjusts the relevant rules accordingly.
23+
ESLint React uses the same JSX runtime options as specified in your `tsconfig.json` or `jsconfig.json` and adjusts the relevant rules accordingly.
2424

2525
This avoids potential issues where the JSX runtime configured in ESLint might conflict with the one configured in `tsconfig.json` or `jsconfig.json`.
2626

0 commit comments

Comments
 (0)