Skip to content

Commit e82782b

Browse files
aebyktsn
authored andcommitted
fix: link to details of mutations in components (#930)
1 parent abaa5ae commit e82782b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/api.md

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

0 commit comments

Comments
 (0)