chenduo hace 7 años
padre
commit
a0cee02619
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) => {
 const testAction = (action, args, state, expectedMutations, done) => {
   let count = 0
   let count = 0