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 bb0108c commit 456f8e2Copy full SHA for 456f8e2
docs/usage/ssr.md
@@ -23,7 +23,7 @@ to use SSR semantics.
23
24
## Hydration
25
26
-The result of rendering you hook is static are not interactive until it is hydrated into the DOM.
+The result of rendering your hook is static and not interactive until it is hydrated into the DOM.
27
This can be done using the `hydrate` function that is returned from `renderHook`.
28
29
Consider the `useCounter` example from the [Basic Hooks section](/usage/basic-hooks):
0 commit comments