Skip to content

Commit 08d1376

Browse files
myeljouddai-shisewera
authored
Update ssr-and-hydration.md (#2353)
* Update ssr-and-hydration.md Small typo * Update docs/guides/ssr-and-hydration.md Co-authored-by: Blazej Sewera <[email protected]> --------- Co-authored-by: Daishi Kato <[email protected]> Co-authored-by: Blazej Sewera <[email protected]>
1 parent 6109bc3 commit 08d1376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/ssr-and-hydration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ that runs in the browser. The right way to "hydrate" a component is by using `hy
9595

9696
### React
9797

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

101101
Let's dive into that:

0 commit comments

Comments
 (0)