From: ShaoDamao Date: Tue, 20 Oct 2020 06:51:05 +0000 (+0800) Subject: chore(runtime-core): fix typo (#2442) X-Git-Tag: v3.0.2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=288c764e5279ccef63e0ef304d4250f5ad935a46;p=thirdparty%2Fvuejs%2Fcore.git chore(runtime-core): fix typo (#2442) Co-authored-by: shaoziwei --- diff --git a/packages/runtime-core/src/component.ts b/packages/runtime-core/src/component.ts index 3fea92ba4e..8f089eb4ee 100644 --- a/packages/runtime-core/src/component.ts +++ b/packages/runtime-core/src/component.ts @@ -66,7 +66,7 @@ export type Data = Record export interface ComponentCustomProps {} /** - * Default allowed non-declared props on ocmponent in TSX + * Default allowed non-declared props on component in TSX */ export interface AllowedComponentProps { class?: unknown