Skip to content

Commit ee84e13

Browse files
symmetriqeddyerburgh
authored andcommitted
docs: fix typo (#578)
1 parent 79854cb commit ee84e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/test-utils/src/mount.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ export default function mount (component: Component, options: Options = {}): Vue
3636
throw (componentWithError._error)
3737
}
3838

39-
const wrappperOptions = {
39+
const wrapperOptions = {
4040
attachedToDocument: !!options.attachToDocument,
4141
sync: !!((options.sync || options.sync === undefined))
4242
}
4343

44-
return new VueWrapper(vm, wrappperOptions)
44+
return new VueWrapper(vm, wrapperOptions)
4545
}

0 commit comments

Comments
 (0)