From 1d09a96be929a0c0e76526d93f4a8c681e61651a Mon Sep 17 00:00:00 2001 From: Roland Doda Date: Mon, 18 Oct 2021 00:27:04 +0200 Subject: [PATCH] docs: Fix typo (#726) --- 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 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({ -- 2.47.3