diff --git a/packages/core/src/interface/type.ts b/packages/core/src/interface/type.ts index fb1865bd5c..8c538cb308 100644 --- a/packages/core/src/interface/type.ts +++ b/packages/core/src/interface/type.ts @@ -11,7 +11,7 @@ * * Represents a type that a Component or other object is instances of. * - * An example of a `Type` is `MyCustomComponent` class, which in JavaScript is be represented by + * An example of a `Type` is `MyCustomComponent` class, which in JavaScript is represented by * the `MyCustomComponent` constructor function. * * @publicApi