docs(core): fix typo for getting component definition function (#39823)

PR Close #39823
This commit is contained in:
zuckjet 2020-11-24 16:24:45 +08:00 committed by Andrew Kushnir
parent 6046419f6c
commit e7b67b9d67

View File

@ -728,7 +728,7 @@ export function ɵɵdefinePipe<T>(pipeDef: {
} }
/** /**
* The following getter methods retrieve the definition form the type. Currently the retrieval * The following getter methods retrieve the definition from the type. Currently the retrieval
* honors inheritance, but in the future we may change the rule to require that definitions are * honors inheritance, but in the future we may change the rule to require that definitions are
* explicit. This would require some sort of migration strategy. * explicit. This would require some sort of migration strategy.
*/ */