Skip to content

Commit 0770abf

Browse files
committed
fix a typo
1 parent 2f3968a commit 0770abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh-cn/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ store.actions.increment(1)
4242
store.dispatch('INCREMENT', 1)
4343
```
4444

45-
注意所以传递给 action 的参数同样会传递给 mutation handler.
45+
注意所有传递给 action 的参数同样会传递给 mutation handler.
4646

4747
### 正常 Actions
4848

0 commit comments

Comments
 (0)