Skip to content

Commit 60e360a

Browse files
d-levineddyerburgh
authored andcommitted
docs: fix description of code (vuejs#212)
1 parent 02fcffa commit 60e360a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/guides/using-with-vuex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe('Actions.vue', () => {
9191
})
9292
```
9393

94-
What’s happening here? First we tell Vue to use Vuex with the `Vue.use` method. This is just a wrapper around `Vue.use`.
94+
What’s happening here? First we tell Vue to use Vuex with the `localVue.use` method. This is just a wrapper around `Vue.use`.
9595

9696
We then make a mock store by calling new `Vuex.store` with our mock values. We only pass it the actions, since that’s all we care about.
9797

0 commit comments

Comments
 (0)