Update updating-draft-states.md (#1476)

grammer
This commit is contained in:
Shivom Srivastava 2022-12-11 06:20:27 +05:30 committed by GitHub
parent 0736a1c8bb
commit 86c1985191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ export const useCountStore = create(
)
```
Updating a complex states
Updating complex states
```ts
import create from 'zustand'