style(compiler-cli): fix typo error (#23897)

PR Close #23897
This commit is contained in:
Alan Agius 2018-05-14 16:16:42 +02:00 committed by Victor Berchet
parent e2e7b4943e
commit 2f377dbcdd

View File

@ -312,7 +312,7 @@ export interface Program {
* and CSS. * and CSS.
* *
* Note it is important to displaying TypeScript semantic diagnostics along with Angular * Note it is important to displaying TypeScript semantic diagnostics along with Angular
* structural diagnostics as an error in the program strucutre might cause errors detected in * structural diagnostics as an error in the program structure might cause errors detected in
* semantic analysis and a semantic error might cause errors in specifying the program structure. * semantic analysis and a semantic error might cause errors in specifying the program structure.
* *
* Angular structural information is required to produce these diagnostics. * Angular structural information is required to produce these diagnostics.