Skip to content

Commit

Permalink
typo (vuejs#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingsam authored and ktsn committed Oct 19, 2016
1 parent e556a80 commit 3ee1e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const store = new Vuex.Store({ ...options })
- **`mapState(map: Array<string> | Object): Object`**
Create component computed options that return the sub tree of the Vuex store. [Defails](state.md#the-mapstate-helper)
Create component computed options that return the sub tree of the Vuex store. [Details](state.md#the-mapstate-helper)
- **`mapGetters(map: Array<string> | Object): Object`**
Expand Down

0 comments on commit 3ee1e9f

Please sign in to comment.