]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: comment typo (#506)
authorfisker Cheung <lionkay@gmail.com>
Thu, 28 Nov 2019 09:01:53 +0000 (17:01 +0800)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Thu, 28 Nov 2019 09:01:53 +0000 (10:01 +0100)
packages/runtime-core/src/apiOptions.ts

index d6068d8dac75684c0f8c74dae90a3a66b8e0adde..91fc946587dc614bbfc19466a9c60e357f7a2f12 100644 (file)
@@ -66,7 +66,7 @@ export interface ComponentOptionsBase<
   directives?: Record<string, Directive>
   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