Skip to content

Commit dd5206d

Browse files
dobbsryanyyx990803
authored andcommitted
Update tutorial.md (#141)
1 parent 1b8d6a8 commit dd5206d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export default {
180180
Notice some interesting things about what we just added.
181181

182182
1. We have a new object `vuex.actions` which includes the new action
183-
2. We didn't specify which store, object, state etc. Vuex wires everything up for us.
183+
2. We didn't specify which store, object, state, etc. Vuex wires everything up for us.
184184
3. We can call the action either by using `this.increment()` in any method.
185185
4. We can also call the action using the `@click` parameter making `increment` like any regular vue component method.
186186
5. The action is called `incrementCounter` but we can use any name which is appropriate.

0 commit comments

Comments
 (0)