Skip to content

Commit 5529642

Browse files
committed
fix effect hook error
1 parent 8d218f1 commit 5529642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/hooks-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ React provides a few built-in Hooks like `useState`. You can also create your ow
6868
>
6969
>You can learn more about the State Hook on a dedicated page: [Using the State Hook](/docs/hooks-state.html).
7070
71-
## ⚡️ Effect Hook {#-effect-hook}
71+
## ⚡️ Effect Hook {#-effect-hook}
7272

7373
You've likely performed data fetching, subscriptions, or manually changing the DOM from React components before. We call these operations "side effects" (or "effects" for short) because they can affect other components and can't be done during rendering.
7474

0 commit comments

Comments
 (0)