Skip to content

Commit 80b856a

Browse files
JobJobktsn
authored andcommitted
Update state.md (#918)
1 parent cc0ca4e commit 80b856a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/en/state.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const Counter = {
5858

5959
### The `mapState` Helper
6060

61-
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:
61+
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:
6262

6363
``` js
6464
// in full builds helpers are exposed as Vuex.mapState

0 commit comments

Comments
 (0)