From 81379ef52cfade47ed2453c962fde62d2cff2b12 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Thu, 14 Dec 2023 10:00:09 +0000 Subject: [PATCH] refactor(compiler-cli): follow-up typo fixes for typecheck utilities (#53808) Follow-up for the inital signal inputs PR, fixing a typo that was made. PR Close #53808 --- packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.ts b/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.ts index bc396d7f9d2..07100b3ac33 100644 --- a/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.ts +++ b/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.ts @@ -190,7 +190,7 @@ function getTemplateId( /** * Ensure imports for certain external modules that should always - * exist are generated. These are ensures to exist to avoid frequent + * exist are generated. These are ensured to exist to avoid frequent * import graph changes whenever e.g. a signal input is introduced in user code. */ export function ensureTypeCheckFilePreparationImports(env: ReferenceEmitEnvironment): void {