From 7ed360bbff4de44d7cce3aaabcdfeb44be3b1cbc Mon Sep 17 00:00:00 2001 From: Idorenyin Udoh Date: Sun, 2 Mar 2025 08:14:34 +0100 Subject: [PATCH] docs: fix grammatical error in state.md (#2926) --- packages/docs/core-concepts/state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/core-concepts/state.md b/packages/docs/core-concepts/state.md index e53e2d23..4121de0e 100644 --- a/packages/docs/core-concepts/state.md +++ b/packages/docs/core-concepts/state.md @@ -83,7 +83,7 @@ interface UserInfo { ## Accessing the `state` -By default, you can directly read and write to the state by accessing it through the `store` instance: +By default, you can directly read from and write to the state by accessing it through the `store` instance: ```js const store = useStore() -- 2.47.3