Leopoldthecoder 9 年之前
父节点
当前提交
cc666ac896
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/zh-cn/mutations.md

+ 1 - 1
docs/zh-cn/mutations.md

@@ -57,7 +57,7 @@ store.dispatch({
 })
 })
 ```
 ```
 
 
-注意,当使用对象风格参数时,你应该把全部传入参数座位对象的属性传入。整个对象都会被作为 mutation 函数的第二个参数被传入:
+注意,当使用对象风格参数时,你应该把全部传入参数作为对象的属性传入。整个对象都会被作为 mutation 函数的第二个参数被传入:
 
 
 ``` js
 ``` js
 mutations: {
 mutations: {