diff --git a/packages/runtime-core/src/apiOptions.ts b/packages/runtime-core/src/apiOptions.ts index d6068d8da..91fc94658 100644 --- a/packages/runtime-core/src/apiOptions.ts +++ b/packages/runtime-core/src/apiOptions.ts @@ -66,7 +66,7 @@ export interface ComponentOptionsBase< directives?: Record 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 call?: never // type-only differentiators for built-in Vnode types