From: fisker Cheung Date: Thu, 28 Nov 2019 09:01:53 +0000 (+0800) Subject: chore: comment typo (#506) X-Git-Tag: v3.0.0-alpha.0~137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92b02dc48fd1beb0589b92498b278ed88a3dd1fa;p=thirdparty%2Fvuejs%2Fcore.git chore: comment typo (#506) --- diff --git a/packages/runtime-core/src/apiOptions.ts b/packages/runtime-core/src/apiOptions.ts index d6068d8dac..91fc946587 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