We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3968a commit 0770abfCopy full SHA for 0770abf
docs/zh-cn/actions.md
@@ -42,7 +42,7 @@ store.actions.increment(1)
42
store.dispatch('INCREMENT', 1)
43
```
44
45
-注意所以传递给 action 的参数同样会传递给 mutation handler.
+注意所有传递给 action 的参数同样会传递给 mutation handler.
46
47
### 正常 Actions
48
0 commit comments