From 92b02dc48fd1beb0589b92498b278ed88a3dd1fa Mon Sep 17 00:00:00 2001 From: fisker Cheung Date: Thu, 28 Nov 2019 17:01:53 +0800 Subject: [PATCH] chore: comment typo (#506) --- packages/runtime-core/src/apiOptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime-core/src/apiOptions.ts b/packages/runtime-core/src/apiOptions.ts index d6068d8d..91fc9465 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