李文富 8 лет назад
Родитель
Сommit
e044888e7b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/zh-cn/modules.md

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

@@ -96,7 +96,7 @@ export const TOGGLE_DONE = 'todos/TOGGLE_DONE'
 // modules/todos.js
 // modules/todos.js
 import * as types from '../types'
 import * as types from '../types'
 
 
-// 用添加了前缀的名称定义 getter、action 和 mutation
+// 使用添加了前缀的名称定义 getter、action 和 mutation
 const todosModule = {
 const todosModule = {
   state: { todos: [] },
   state: { todos: [] },