]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: Fix typo (#726)
authorRoland Doda <rolanddoda2014@gmail.com>
Sun, 17 Oct 2021 22:27:04 +0000 (00:27 +0200)
committerGitHub <noreply@github.com>
Sun, 17 Oct 2021 22:27:04 +0000 (00:27 +0200)
packages/docs/core-concepts/state.md

index 2bf388c93c34be6f72de7532572927b0edf15d74..006ed1513a75e3094621a977f8a508f540846054 100644 (file)
@@ -97,7 +97,7 @@ You don't need `mapWritableState()` for collections like arrays unless you are r
 
 <!-- TODO: disable this with `strictMode` -->
 
-Apart from directly changing a the store with `store.counter++`, you can also call the `$patch` method. It allows you to apply multiple changes at the same time with a partial `state` object:
+Apart from directly mutating the store with `store.counter++`, you can also call the `$patch` method. It allows you to apply multiple changes at the same time with a partial `state` object:
 
 ```js
 store.$patch({