diff --git a/docs/en/api.md b/docs/en/api.md index 4007fb836..60efd0ab2 100644 --- a/docs/en/api.md +++ b/docs/en/api.md @@ -162,7 +162,7 @@ const store = new Vuex.Store({ ...options }) - **`mapState(map: Array | 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 | Object): Object`**