Skip to content

Commit 4209938

Browse files
dobbsryanyyx990803
authored andcommitted
Update actions.md (#169)
1 parent 5379b0c commit 4209938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const vm = new Vue({
6767
})
6868
```
6969

70-
What the above code does is binding the raw `incrementBy` action to the component's store instance, and expose it on the component as an instance method, `vm.incrementBy`. Any arguments passed to `vm.incrementBy` will be passed to the raw action function after the first argument which is the store, so calling:
70+
What the above code does is bind the raw `incrementBy` action to the component's store instance, and expose it on the component as an instance method, `vm.incrementBy`. Any arguments passed to `vm.incrementBy` will be passed to the raw action function after the first argument which is the store, so calling:
7171

7272
``` js
7373
vm.incrementBy(1)

0 commit comments

Comments
 (0)