Skip to content

Commit 00341e8

Browse files
authored
chore: fix typo (#11195) [ci skip]
1 parent b16e272 commit 00341e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export type Data = Record<string, unknown>
9494
* the usage of `InstanceType<typeof Comp>` which only works for
9595
* constructor-based component definition types.
9696
*
97-
* Exmaple:
97+
* @example
9898
* ```ts
9999
* const MyComp = { ... }
100100
* declare const instance: ComponentInstance<typeof MyComp>

0 commit comments

Comments
 (0)