Skip to content

Commit 2dee66c

Browse files
nlitwineddyerburgh
authored andcommitted
docs: fix names referenced in comments (#1090)
1 parent 9cf90db commit 2dee66c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: docs/guides/using-with-vuex.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ The downside is that when a test breaks, it can be difficult to find where the p
343343
Let's write a test. When we create a store, we'll use `localVue` to avoid polluting the Vue base constructor. The test creates a store using the `store-config.js` export:
344344

345345
```js
346-
// store-config.spec.js
346+
// store-config.js
347347

348348
import mutations from './mutations'
349349
import getters from './getters'
@@ -358,6 +358,8 @@ export default {
358358
```
359359

360360
```js
361+
// store-config.spec.js
362+
361363
import { createLocalVue } from '@vue/test-utils'
362364
import Vuex from 'vuex'
363365
import storeConfig from './store-config'

0 commit comments

Comments
 (0)