docs(core): fix spelling in ComponentFactory (#26603)

PR Close #26603
This commit is contained in:
Anthony Ciccarello 2018-10-19 15:14:39 -07:00 committed by Alex Rickabaugh
parent 1006eab482
commit 6737e91974
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ export abstract class ComponentRef<C> {
*/
export abstract class ComponentFactory<C> {
/**
* The comonent's HTML selector.
* The component's HTML selector.
*/
abstract get selector(): string;
/**