Skip to content

Commit

Permalink
chore(runtime-core): fix typo (#2442)
Browse files Browse the repository at this point in the history
Co-authored-by: shaoziwei <[email protected]>
  • Loading branch information
DamaoShao and shaoziwei authored Oct 20, 2020
1 parent 111d04f commit 288c764
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 @@ -66,7 +66,7 @@ export type Data = Record<string, unknown>
export interface ComponentCustomProps {}

/**
* Default allowed non-declared props on ocmponent in TSX
* Default allowed non-declared props on component in TSX
*/
export interface AllowedComponentProps {
class?: unknown
Expand Down

0 comments on commit 288c764

Please sign in to comment.