From 49c73bc17019372e12cdb5d6609f2d2af4649435 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Sun, 25 Nov 2018 14:13:59 +0000 Subject: [PATCH] style(ivy): ngcc - fix typos (#26906) PR Close #26906 --- packages/compiler-cli/src/ngcc/src/host/esm2015_host.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/compiler-cli/src/ngcc/src/host/esm2015_host.ts b/packages/compiler-cli/src/ngcc/src/host/esm2015_host.ts index 4ef22cb3b3..4e05b3b074 100644 --- a/packages/compiler-cli/src/ngcc/src/host/esm2015_host.ts +++ b/packages/compiler-cli/src/ngcc/src/host/esm2015_host.ts @@ -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.