Skip to content

Commit 456f8e2

Browse files
authored
Fix typos (#577)
1 parent bb0108c commit 456f8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/usage/ssr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ to use SSR semantics.
2323

2424
## Hydration
2525

26-
The result of rendering you hook is static are not interactive until it is hydrated into the DOM.
26+
The result of rendering your hook is static and not interactive until it is hydrated into the DOM.
2727
This can be done using the `hydrate` function that is returned from `renderHook`.
2828

2929
Consider the `useCounter` example from the [Basic Hooks section](/usage/basic-hooks):

0 commit comments

Comments
 (0)