From cf0bef6d5efc14606fd7780ac916b3a701715e33 Mon Sep 17 00:00:00 2001 From: Srinivasan Mohan Date: Wed, 12 Oct 2022 17:21:33 +0530 Subject: [PATCH] spelling correction (#1357) --- 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 bdd74f84..5a20b806 100644 --- a/docs/integrations/persisting-store-data.md +++ b/docs/integrations/persisting-store-data.md @@ -418,7 +418,7 @@ If your app does depends on the persisted state at page load, see [How can I che ### How can I check if my store has been hydrated? -There's a fiew different ways to do this. +There's a few different ways to do this. You can use the `onRehydrateStorage` option to update a field in the store: