Skip to content

Commit

Permalink
fix broken link caused by typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-densley committed Feb 8, 2024
1 parent f64a111 commit 34c9089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ These challenges include:
and again on the client. Having different outputs on both the client and the server will result
in "hydration errors." The store will have to be initialized on the server and then
re-initialized on the client with the same data in order to avoid that. Please read more about
that in our [SSR and Hydration](./ssr-and-hygration) guide.
that in our [SSR and Hydration](./ssr-and-hydration) guide.
- **SPA routing friendly:** Next.js supports a hybrid model for client side routing, which means
that in order to reset a store, we need to intialize it at the component level using a
`Context`.
Expand Down

0 comments on commit 34c9089

Please sign in to comment.