docs(core): Fixed typo in Type JSdoc (#37930)

Updated comment doc in packages/core/src/interface/type.ts

PR Close #37930
This commit is contained in:
Samuel 2020-07-04 22:24:59 +02:00 committed by Andrew Scott
parent 9185c6e971
commit 81542b3b72
1 changed files with 1 additions and 1 deletions

View File

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