1
0
jingsam 8 жил өмнө
parent
commit
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`**