Skip to content

Commit b9ea69a

Browse files
axle07ktsn
authored andcommitted
Fix grammatical error. (#758)
1 parent daac9b2 commit b9ea69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/state.md

Lines changed: 1 addition & 1 deletion
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 and 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 to help us save some keystrokes:
6262

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

0 commit comments

Comments
 (0)