Skip to content

Commit 5c132de

Browse files
kuitosktsn
authored andcommitted
typo playload --> payload in zh-cn doc (#508)
1 parent 781f0ff commit 5c132de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/zh-cn/mutations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ const store = new Vuex.Store({
2222
store.commit('increment')
2323
```
2424

25-
### 提交载荷(Playload
25+
### 提交载荷(Payload
2626

27-
你可以向 `store.commit` 传入额外的参数,即 mutation 的 **载荷(playload**
27+
你可以向 `store.commit` 传入额外的参数,即 mutation 的 **载荷(payload**
2828

2929
``` js
3030
// ...

0 commit comments

Comments
 (0)