We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6109bc3 commit 08d1376Copy full SHA for 08d1376
docs/guides/ssr-and-hydration.md
@@ -95,7 +95,7 @@ that runs in the browser. The right way to "hydrate" a component is by using `hy
95
96
### React
97
98
-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
99
use `express`, `react`, `react-dom/server` and `react-dom/client`.
100
101
Let's dive into that:
0 commit comments