Skip to content

Commit

Permalink
Update persisting-store-data.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx authored Apr 18, 2023
1 parent 43aa0cd commit 724b3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/persisting-store-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ In some applications you may need to control when the first hydration occurs.
For example, in server-rendered apps.

If you set `skipHydration`, the initial call for hydration isn't called,
and it is left up to you to manually call `reHydrate()`.
and it is left up to you to manually call `rehydrate()`.

```ts
export const useBoundStore = create(
Expand Down

0 comments on commit 724b3a4

Please sign in to comment.