]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(runtime-core): fix typo (#2442)
authorShaoDamao <DamaoShao@gmail.com>
Tue, 20 Oct 2020 06:51:05 +0000 (14:51 +0800)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 06:51:05 +0000 (08:51 +0200)
Co-authored-by: shaoziwei <ziwei.shao@cloudchef.io>
packages/runtime-core/src/component.ts

index 3fea92ba4e5c79d448ed61babc99cbb855e54862..8f089eb4ee37a16610295e47375e7835e69a2e9c 100644 (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