From 7283f830fbb6d185d9d05ebf7f68ffe6860a6cd9 Mon Sep 17 00:00:00 2001 From: suryavivek Date: Thu, 29 Jun 2023 19:04:07 +0530 Subject: [PATCH] docs: fix typo 'with be' to 'will be' --- 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 e6226dd88b..6978d648f5 100644 --- a/docs/integrations/persisting-store-data.md +++ b/docs/integrations/persisting-store-data.md @@ -267,7 +267,7 @@ export const useBoundStore = create( > Default: `undefined` -By default the store with be hydrated on initialization. +By default the store will be hydrated on initialization. In some applications you may need to control when the first hydration occurs. For example, in server-rendered apps.