浏览代码

Update state.md (#918)

Joel Mason 7 年之前
父节点
当前提交
80b856a191
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/state.md

+ 1 - 1
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