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
This commit is contained in:
Paul Gschwendtner 2023-12-14 10:00:09 +00:00
parent eba017f8c7
commit 81379ef52c

View file

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