jingsam 8 лет назад
Родитель
Сommit
3ee1e9f045
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/en/api.md

+ 1 - 1
docs/en/api.md

@@ -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`**