We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abaa5ae commit e82782bCopy full SHA for e82782b
docs/en/api.md
@@ -190,7 +190,7 @@ const store = new Vuex.Store({ ...options })
190
191
- **`mapMutations(namespace?: string, map: Array<string> | Object): Object`**
192
193
- 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)
194
195
The first argument can optionally be a namespace string. [Details](modules.md#binding-helpers-with-namespace)
196
0 commit comments