Skip to content

Commit 02ddd70

Browse files
fix broken link caused by typo (#2321)
1 parent f64a111 commit 02ddd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/nextjs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ These challenges include:
1515
and again on the client. Having different outputs on both the client and the server will result
1616
in "hydration errors." The store will have to be initialized on the server and then
1717
re-initialized on the client with the same data in order to avoid that. Please read more about
18-
that in our [SSR and Hydration](./ssr-and-hygration) guide.
18+
that in our [SSR and Hydration](./ssr-and-hydration) guide.
1919
- **SPA routing friendly:** Next.js supports a hybrid model for client side routing, which means
2020
that in order to reset a store, we need to intialize it at the component level using a
2121
`Context`.

0 commit comments

Comments
 (0)