From 00341e8d6684fb2297c7a12970c7f7a731e9f94f Mon Sep 17 00:00:00 2001 From: Tycho Date: Mon, 24 Jun 2024 10:26:17 +0800 Subject: [PATCH] chore: fix typo (#11195) [ci skip] --- packages/runtime-core/src/component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3