From: Tycho Date: Mon, 24 Jun 2024 02:26:17 +0000 (+0800) Subject: chore: fix typo (#11195) [ci skip] X-Git-Tag: v3.4.31~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00341e8d6684fb2297c7a12970c7f7a731e9f94f;p=thirdparty%2Fvuejs%2Fcore.git chore: fix typo (#11195) [ci skip] --- diff --git a/packages/runtime-core/src/component.ts b/packages/runtime-core/src/component.ts index 93b3ad9430..b5faa856ec 100644 --- a/packages/runtime-core/src/component.ts +++ b/packages/runtime-core/src/component.ts @@ -94,7 +94,7 @@ export type Data = Record * the usage of `InstanceType` which only works for * constructor-based component definition types. * - * Exmaple: + * @example * ```ts * const MyComp = { ... } * declare const instance: ComponentInstance