Skip to content

Commit

Permalink
docs: add missing word (#56547)
Browse files Browse the repository at this point in the history
small typo




Co-authored-by: Lee Robinson <9113740+leerob@users.noreply.github.com>
  • Loading branch information
jazsouf and leerob committed Oct 7, 2023
1 parent 50dff93 commit 82c095f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -91,7 +91,7 @@ Then, on the client:

> **What is hydration?**
>
> Hydration is process of attaching event listeners to the DOM, to make the static HTML interactive. Behind the scenes, hydration is done with the [`hydrateRoot`](https://react.dev/reference/react-dom/client/hydrateRoot) React API.
> Hydration is the process of attaching event listeners to the DOM, to make the static HTML interactive. Behind the scenes, hydration is done with the [`hydrateRoot`](https://react.dev/reference/react-dom/client/hydrateRoot) React API.
### Subsequent Navigations

Expand Down

0 comments on commit 82c095f

Please sign in to comment.