فهرست منبع

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([