docs: fix typo 'with be' to 'will be' (#1906)

This commit is contained in:
Surya Vivek 2023-06-30 05:33:15 +05:30 committed by GitHub
parent d4e5aed00a
commit 58947a5bf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.