소스 검색

Fix grammatical error. (#758)

Alex 8 년 전
부모
커밋
b9ea69a084
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 and 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 to help us save some keystrokes:
 
 ``` js
 // in standalone builds helpers are exposed as Vuex.mapState