]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: fix grammatical error in state.md (#2926)
authorIdorenyin Udoh <idorenyinudoh10@outlook.com>
Sun, 2 Mar 2025 07:14:34 +0000 (08:14 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Mar 2025 07:14:34 +0000 (08:14 +0100)
packages/docs/core-concepts/state.md

index e53e2d236582888f8beb51f170c4f1d3d208a4dc..4121de0e4d535d3278e9373c562374e311e607ad 100644 (file)
@@ -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()