docs(compiler-cli): fix typo (#42000)

PR Close #42000
This commit is contained in:
Pete Bacon Darwin 2021-05-08 09:10:36 +01:00 committed by Alex Rickabaugh
parent 8bcbfe0561
commit 6912b1b364
1 changed files with 1 additions and 1 deletions

View File

@ -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.