From: Roland Doda Date: Sun, 17 Oct 2021 22:27:04 +0000 (+0200) Subject: docs: Fix typo (#726) X-Git-Tag: @pinia/nuxt@0.0.7~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d09a96be929a0c0e76526d93f4a8c681e61651a;p=thirdparty%2Fvuejs%2Fpinia.git docs: Fix typo (#726) --- diff --git a/packages/docs/core-concepts/state.md b/packages/docs/core-concepts/state.md index 2bf388c9..006ed151 100644 --- a/packages/docs/core-concepts/state.md +++ b/packages/docs/core-concepts/state.md @@ -97,7 +97,7 @@ You don't need `mapWritableState()` for collections like arrays unless you are r -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({