Skip to content

Commit b68e15a

Browse files
authored
fix typo in react-dom/hooks (#6355)
1 parent 5750680 commit b68e15a

File tree

1 file changed

+1
-1
lines changed
  • src/content/reference/react-dom/hooks

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/hooks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "React DOM Hooks"
44

55
<Intro>
66

7-
The `react-dom` package contains Hooks that are only supported for web applications (which run in the browser DOM environment). These Hooks are not supported in non-browser environments like iOS, Android, or Windows applications. If you are looking for Hooks that are supported in web browsers *and other environments* see [the React Hooks page](/reference/react). This page lists all the Hooks in the `react-dom` packakge.
7+
The `react-dom` package contains Hooks that are only supported for web applications (which run in the browser DOM environment). These Hooks are not supported in non-browser environments like iOS, Android, or Windows applications. If you are looking for Hooks that are supported in web browsers *and other environments* see [the React Hooks page](/reference/react). This page lists all the Hooks in the `react-dom` package.
88

99
</Intro>
1010

0 commit comments

Comments
 (0)