Skip to content

Commit e35b55d

Browse files
committed
chore: fix a little typo in the comment
1 parent bb78857 commit e35b55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const mapState = normalizeNamespace((namespace, states) => {
3636
/**
3737
* Reduce the code which written in Vue.js for committing the mutation
3838
* @param {String} [namespace] - Module's namespace
39-
* @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept anthor params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function.
39+
* @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept another params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function.
4040
* @return {Object}
4141
*/
4242
export const mapMutations = normalizeNamespace((namespace, mutations) => {

0 commit comments

Comments
 (0)