From: Idorenyin Udoh Date: Sun, 2 Mar 2025 07:14:34 +0000 (+0100) Subject: docs: fix grammatical error in state.md (#2926) X-Git-Tag: @pinia/nuxt@0.11.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ed360bbff4de44d7cce3aaabcdfeb44be3b1cbc;p=thirdparty%2Fvuejs%2Fpinia.git docs: fix grammatical error in state.md (#2926) --- 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()