浏览代码

Merge pull request #1276 from suexcxine/patch-1

Fix typo
宋铄运 7 年之前
父节点
当前提交
d1a1d01667
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/zh-cn/testing.md

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

@@ -84,7 +84,7 @@ const actions = actionsInjector({
   }
 })
 
-// 用指定的 mutaions 测试 action 的辅助函数
+// 用指定的 mutations 测试 action 的辅助函数
 const testAction = (action, args, state, expectedMutations, done) => {
   let count = 0