From 4ab70fb93d957f1b47cf5b44cfb5cca2aed4fc91 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Mon, 14 May 2018 16:16:42 +0200 Subject: [PATCH] style(compiler-cli): fix typo error (#23897) PR Close #23897 --- packages/compiler-cli/src/transformers/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/compiler-cli/src/transformers/api.ts b/packages/compiler-cli/src/transformers/api.ts index b37033443d..afa15cf20b 100644 --- a/packages/compiler-cli/src/transformers/api.ts +++ b/packages/compiler-cli/src/transformers/api.ts @@ -320,7 +320,7 @@ export interface Program { * and CSS. * * 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. * * Angular structural information is required to produce these diagnostics.