1
0
李文富 8 жил өмнө
parent
commit
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
 import * as types from '../types'
 
-// 用添加了前缀的名称定义 getter、action 和 mutation
+// 使用添加了前缀的名称定义 getter、action 和 mutation
 const todosModule = {
   state: { todos: [] },