Skip to content

Commit 6335c4e

Browse files
committed
docs: removed extra header in SSR docs
Also renamed file to match the route
1 parent 0b98ce9 commit 6335c4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/usage/ssr-hooks.md renamed to docs/usage/ssr.md

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ import { renderHook } from '@testing-library/react-hooks/server'
2121
This import has the same [API as the standard import](/reference/api) except the behaviour changes
2222
to use SSR semantics.
2323

24-
## Example
25-
2624
## Hydration
2725

2826
The result of rendering you hook is static are not interactive until it is hydrated into the DOM.

0 commit comments

Comments
 (0)