Skip to content

Commit

Permalink
⚡ improvement(directive): Fix typo on warning message (#509) by @kimuraz
Browse files Browse the repository at this point in the history
  • Loading branch information
kimuraz authored and kazupon committed Jan 20, 2019
1 parent 5d6ad16 commit e879024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function unbind (el: any, binding: Object, vnode: any, oldVNode: any): vo
function assert (el: any, vnode: any): boolean {
const vm: any = vnode.context
if (!vm) {
warn('Vue instance doest not exists in VNode context')
warn('Vue instance does not exists in VNode context')
return false
}

Expand Down

0 comments on commit e879024

Please sign in to comment.