From 1c4922bd3b646b17858e9bcdef40f0464ac8d3c7 Mon Sep 17 00:00:00 2001 From: Shivom Srivastava <71770229+Guchii@users.noreply.github.com> Date: Sat, 10 Dec 2022 21:36:21 +0530 Subject: [PATCH] Update updating-draft-states.md grammer --- docs/integrations/updating-draft-states.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/updating-draft-states.md b/docs/integrations/updating-draft-states.md index 6ca475dcb..132dad8e0 100644 --- a/docs/integrations/updating-draft-states.md +++ b/docs/integrations/updating-draft-states.md @@ -47,7 +47,7 @@ export const useCountStore = create( ) ``` -Updating a complex states +Updating complex states ```ts import create from 'zustand'