From b84874a276dacb86db5c071edbe4f05767be81ec Mon Sep 17 00:00:00 2001 From: Joel Mason Date: Sun, 27 Aug 2017 01:04:46 +1000 Subject: [PATCH] Update state.md --- docs/en/state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/state.md b/docs/en/state.md index cc7b29fb6..570569f0c 100644 --- a/docs/en/state.md +++ b/docs/en/state.md @@ -58,7 +58,7 @@ const Counter = { ### The `mapState` Helper -When a component needs to make use of multiple store state properties or getters, declaring all these computed properties can get repetitive and verbose. To deal with this we can make use of the `mapState` helper which generates computed getter functions for us to help us save some keystrokes: +When a component needs to make use of multiple store state properties or getters, declaring all these computed properties can get repetitive and verbose. To deal with this we can make use of the `mapState` helper which generates computed getter functions for us, saving us some keystrokes: ``` js // in full builds helpers are exposed as Vuex.mapState