Skip to content

Commit d645bb9

Browse files
committed
Merge pull request #49 from zigomir/patch-2
API changes
2 parents 1611dc2 + 52dba6b commit d645bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/actions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Note any arguments passed to the action is also passed along to the mutation han
4949
For actions that involve logic depending on current state, or that need async operations, we define them as functions. Action functions always get the store calling it as the first argument:
5050

5151
``` js
52-
const vuex = new Vuex({
52+
const vuex = new Vuex.Store({
5353
state: {
5454
count: 1
5555
},

0 commit comments

Comments
 (0)