Skip to content

Commit 288c764

Browse files
DamaoShaoshaoziwei
and
shaoziwei
authored
chore(runtime-core): fix typo (#2442)
Co-authored-by: shaoziwei <[email protected]>
1 parent 111d04f commit 288c764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export type Data = Record<string, unknown>
6666
export interface ComponentCustomProps {}
6767

6868
/**
69-
* Default allowed non-declared props on ocmponent in TSX
69+
* Default allowed non-declared props on component in TSX
7070
*/
7171
export interface AllowedComponentProps {
7272
class?: unknown

0 commit comments

Comments
 (0)