From 6912b1b364a3036edb0e0d027ef2c4756f425679 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Sat, 8 May 2021 09:10:36 +0100 Subject: [PATCH] docs(compiler-cli): fix typo (#42000) PR Close #42000 --- packages/compiler-cli/src/ngtsc/annotations/src/component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/compiler-cli/src/ngtsc/annotations/src/component.ts b/packages/compiler-cli/src/ngtsc/annotations/src/component.ts index c68e9ce977..205d96431b 100644 --- a/packages/compiler-cli/src/ngtsc/annotations/src/component.ts +++ b/packages/compiler-cli/src/ngtsc/annotations/src/component.ts @@ -1416,7 +1416,7 @@ interface ExternalTemplateDeclaration extends CommonTemplateDeclaration { /** * The declaration of a template extracted from a component decorator. * - * This data is extracted and stored separately to faciliate re-interpreting the template + * This data is extracted and stored separately to facilitate re-interpreting the template * declaration whenever the compiler is notified of a change to a template file. With this * information, `ComponentDecoratorHandler` is able to re-read the template and update the component * record without needing to parse the original decorator again.