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:
parent
9185c6e971
commit
81542b3b72
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue