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 d1e2ac86fd
commit 80a9de0a57

View File

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