Skip to content

Commit 12f2754

Browse files
committed
docs: correct capitalization of "Hooks" in configurations documentation
1 parent b408e30 commit 12f2754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/docs/configurations.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ So that both the `dom/no-missing-iframe-sandbox` and `dom/no-unsafe-iframe-sandb
5858

5959
<Callout type="warning">This is intended to cover edge cases. We suggest to use this option very sparingly, if at all.</Callout>
6060

61-
A object of aliases for React built-in hooks. ESLint React will recognize these aliases as equivalent to the built-in hooks in all its rules.
61+
A object of aliases for React built-in Hooks. ESLint React will recognize these aliases as equivalent to the built-in Hooks in all its rules.
6262

6363
For example, if you set the `additionalHooks` to `{ useLayoutEffect: ["useIsomorphicLayoutEffect"] }` then the React Hook in this code:
6464

0 commit comments

Comments
 (0)