Skip to content

Commit 476178d

Browse files
authored
Merge pull request #485 from crossjs/crossjs-patch-1
实用 => 使用
2 parents 0b0eb94 + e044888 commit 476178d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh-cn/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const TOGGLE_DONE = 'todos/TOGGLE_DONE'
9696
// modules/todos.js
9797
import * as types from '../types'
9898

99-
// 实用添加了前缀的名称定义 getter、action 和 mutation
99+
// 使用添加了前缀的名称定义 getter、action 和 mutation
100100
const todosModule = {
101101
state: { todos: [] },
102102

0 commit comments

Comments
 (0)