From 724b3a47c1128a09f04b949797aa51f7687271de Mon Sep 17 00:00:00 2001 From: Arvin Xu Date: Tue, 18 Apr 2023 17:40:11 +0800 Subject: [PATCH] Update persisting-store-data.md --- docs/integrations/persisting-store-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/persisting-store-data.md b/docs/integrations/persisting-store-data.md index aef21a32c3..fac78b5a71 100644 --- a/docs/integrations/persisting-store-data.md +++ b/docs/integrations/persisting-store-data.md @@ -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(