chore: comment typo (#506)

This commit is contained in:
fisker Cheung 2019-11-28 17:01:53 +08:00 committed by Eduardo San Martin Morote
parent 32602ccee1
commit 92b02dc48f

View File

@ -66,7 +66,7 @@ export interface ComponentOptionsBase<
directives?: Record<string, Directive> directives?: Record<string, Directive>
inheritAttrs?: boolean inheritAttrs?: boolean
// type-only differentiator to separate OptionWihtoutProps from a constructor // type-only differentiator to separate OptionWithoutProps from a constructor
// type returned by createComponent() or FunctionalComponent // type returned by createComponent() or FunctionalComponent
call?: never call?: never
// type-only differentiators for built-in Vnode types // type-only differentiators for built-in Vnode types