diff --git a/docs/guides/ssr-and-hydration.md b/docs/guides/ssr-and-hydration.md index 1182610e73..5e13ccd86e 100644 --- a/docs/guides/ssr-and-hydration.md +++ b/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 ### 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: