chore: fix typo (#11195) [ci skip]

This commit is contained in:
Tycho 2024-06-24 10:26:17 +08:00 committed by GitHub
parent b16e272def
commit 00341e8d66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ export type Data = Record<string, unknown>
* the usage of `InstanceType<typeof Comp>` which only works for * the usage of `InstanceType<typeof Comp>` which only works for
* constructor-based component definition types. * constructor-based component definition types.
* *
* Exmaple: * @example
* ```ts * ```ts
* const MyComp = { ... } * const MyComp = { ... }
* declare const instance: ComponentInstance<typeof MyComp> * declare const instance: ComponentInstance<typeof MyComp>