Skip to content

Commit 1611dc2

Browse files
committed
Merge pull request vuejs#44 from moonqqqq/patch-1
fix a typo
2 parents 2f3968a + 0770abf commit 1611dc2

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)