Przeglądaj źródła

Super minor grammer fix (#756)

Eric 8 lat temu
rodzic
commit
daac9b229e
1 zmienionych plików z 1 dodań i 1 usunięć
  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([