From 0b624cd4e5798a0a8faec09927a5db8d6c98bbbc Mon Sep 17 00:00:00 2001 From: Jerry-M Date: Sun, 20 Nov 2016 13:51:58 +0800 Subject: [PATCH] Update testing.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mutations 拼错 --- docs/zh-cn/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh-cn/testing.md b/docs/zh-cn/testing.md index ec64017c7..056d56816 100644 --- a/docs/zh-cn/testing.md +++ b/docs/zh-cn/testing.md @@ -1,6 +1,6 @@ # 测试 -我们主要想针对 Vuex 中的 mutaions 和 actions 进行单元测试。 +我们主要想针对 Vuex 中的 mutations 和 actions 进行单元测试。 ### 测试 Mutations