style(ivy): ngcc - fix typos (#26906)

PR Close #26906
This commit is contained in:
Pete Bacon Darwin 2018-11-25 14:13:59 +00:00 committed by Igor Minar
parent 4a70b669be
commit 49c73bc170
1 changed files with 2 additions and 2 deletions

View File

@ -848,7 +848,7 @@ export class Esm2015ReflectionHost extends TypeScriptReflectionHost implements N
}
/**
* Get the parmeter type and decorators for a class where the information is stored on
* Get the parameter type and decorators for a class where the information is stored on
* in calls to `__decorate` helpers.
*
* Reflect over the helpers to find the decorators and types about each of
@ -973,7 +973,7 @@ export class Esm2015ReflectionHost extends TypeScriptReflectionHost implements N
* Test whether a decorator was imported from `@angular/core`.
*
* Is the decorator:
* * externally imported from `@angulare/core`?
* * externally imported from `@angular/core`?
* * the current hosted program is actually `@angular/core` and
* - relatively internally imported; or
* - not imported, from the current file.