瀏覽代碼

Super minor grammer fix (#756)

Eric 8 年之前
父節點
當前提交
daac9b229e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/state.md

+ 1 - 1
docs/en/state.md

@@ -81,7 +81,7 @@ export default {
 }
 }
 ```
 ```
 
 
-We can also pass a string array to `mapState` when the name of mapped computed property is same as state sub tree name.
+We can also pass a string array to `mapState` when the name of a mapped computed property is same as a state sub tree name.
 
 
 ``` js
 ``` js
 computed: mapState([
 computed: mapState([