Skip to content

Commit

Permalink
Update ssr-and-hydration.md (pmndrs#2353)
Browse files Browse the repository at this point in the history
* Update ssr-and-hydration.md

Small typo

* Update docs/guides/ssr-and-hydration.md

Co-authored-by: Blazej Sewera <code@sewera.dev>

---------

Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
Co-authored-by: Blazej Sewera <code@sewera.dev>
  • Loading branch information
3 people authored and onlined committed Feb 28, 2024
1 parent bfea65a commit 87a42c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/ssr-and-hydration.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ that runs in the browser. The right way to "hydrate" a component is by using `hy

### React

Let's say we want to render an statefull app using react. In order to do that we need to
Let's say we want to render a stateful app using React. In order to do that we need to
use `express`, `react`, `react-dom/server` and `react-dom/client`.

Let's dive into that:
Expand Down

0 comments on commit 87a42c1

Please sign in to comment.