Skip to content

Commit ee390d9

Browse files
committed
Merge pull request #39 from kylestev/patch-1
fix naming consistency in documentation example
2 parents 7d19721 + d1b9ee2 commit ee390d9

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
@@ -133,4 +133,4 @@ actions: {
133133
}
134134
```
135135

136-
Again, all the component needs to do to perform the entire checkout is just calling `vuex.actions.checkout(products)`.
136+
Again, all the component needs to do to perform the entire checkout is just calling `store.actions.checkout(products)`.

0 commit comments

Comments
 (0)