Skip to content

Commit 9cf78d5

Browse files
imolorheatscott
authored andcommitted
docs(core): Fixed typo in Type JSdoc (angular#37930)
Updated comment doc in packages/core/src/interface/type.ts PR Close angular#37930
1 parent 45471db commit 9cf78d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/interface/type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* Represents a type that a Component or other object is instances of.
1313
*
14-
* An example of a `Type` is `MyCustomComponent` class, which in JavaScript is be represented by
14+
* An example of a `Type` is `MyCustomComponent` class, which in JavaScript is represented by
1515
* the `MyCustomComponent` constructor function.
1616
*
1717
* @publicApi

0 commit comments

Comments
 (0)