Skip to content

Commit a5dd20c

Browse files
jungorktsn
authored andcommitted
docs(zh): fix typo (#1612)
1 parent 2257036 commit a5dd20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/guide/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const store = new Vuex.Store({
134134

135135
#### 在带命名空间的模块内访问全局内容(Global Assets)
136136

137-
如果你希望使用全局 state 和 getter,`rootState``rootGetter` 会作为第三和第四参数传入 getter,也会通过 `context` 对象的属性传入 action。
137+
如果你希望使用全局 state 和 getter,`rootState``rootGetters` 会作为第三和第四参数传入 getter,也会通过 `context` 对象的属性传入 action。
138138

139139
若需要在全局命名空间内分发 action 或提交 mutation,将 `{ root: true }` 作为第三参数传给 `dispatch``commit` 即可。
140140

0 commit comments

Comments
 (0)