chore(runtime-core): fix typo (#2442)

Co-authored-by: shaoziwei <ziwei.shao@cloudchef.io>
This commit is contained in:
ShaoDamao
2020-10-20 14:51:05 +08:00
committed by GitHub
parent 111d04f119
commit 288c764e52

View File

@@ -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