Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit dd7c07f

Browse files
committed
fix spelling error in the link
1 parent 879ffc9 commit dd7c07f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ beforeEach(mountVue({}, { extensions }))
124124
```
125125

126126
See [Vue plugin docs](https://vuejs.org/v2/guide/plugins.html)
127-
and [plugin-spec.js](cypress/integrstion/plugin-spec.js)
127+
and [plugin-spec.js](cypress/integration/plugin-spec.js)
128128

129129
* `mixin` (alias `mixins`) - list of global mixins
130130

@@ -148,7 +148,7 @@ it('calls mixin "created" method', () => {
148148
```
149149

150150
See [Vue global mixin docs](https://vuejs.org/v2/guide/mixins.html#Global-Mixin)
151-
and [mixin-spec.js](cypress/integrstion/mixin-spec.js)
151+
and [mixin-spec.js](cypress/integration/mixin-spec.js)
152152

153153
### The intro example
154154

0 commit comments

Comments
 (0)