Skip to content

Commit

Permalink
docs: fix typo (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
symmetriq authored and eddyerburgh committed May 4, 2018
1 parent 79854cb commit ee84e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/test-utils/src/mount.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ export default function mount (component: Component, options: Options = {}): Vue
throw (componentWithError._error)
}

const wrappperOptions = {
const wrapperOptions = {
attachedToDocument: !!options.attachToDocument,
sync: !!((options.sync || options.sync === undefined))
}

return new VueWrapper(vm, wrappperOptions)
return new VueWrapper(vm, wrapperOptions)
}

0 comments on commit ee84e13

Please sign in to comment.