Skip to content

Commit

Permalink
chore: fix typo (vuejs#11195) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-leong authored Jun 24, 2024
1 parent b16e272 commit 00341e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export type Data = Record<string, unknown>
* the usage of `InstanceType<typeof Comp>` which only works for
* constructor-based component definition types.
*
* Exmaple:
* @example
* ```ts
* const MyComp = { ... }
* declare const instance: ComponentInstance<typeof MyComp>
Expand Down

0 comments on commit 00341e8

Please sign in to comment.