瀏覽代碼

fix: link to details of mutations in components (#930)

Reto Aebersold 7 年之前
父節點
當前提交
e82782ba81
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/api.md

+ 1 - 1
docs/en/api.md

@@ -190,7 +190,7 @@ const store = new Vuex.Store({ ...options })
 
 - **`mapMutations(namespace?: string, map: Array<string> | Object): Object`**
 
-  Create component methods options that commit a mutation. [Details](mutations.md#commiting-mutations-in-components)
+  Create component methods options that commit a mutation. [Details](mutations.md#committing-mutations-in-components)
 
   The first argument can optionally be a namespace string. [Details](modules.md#binding-helpers-with-namespace)