diff --git a/src/compiler/watch.ts b/src/compiler/watch.ts index 1b79e71efb8..2f240300aba 100644 --- a/src/compiler/watch.ts +++ b/src/compiler/watch.ts @@ -35,7 +35,7 @@ namespace ts { ]; /** - * @returns Whether the screen was cleared. + * @returns Whether the screen was cleared. */ function clearScreenIfNotWatchingForFileChanges(system: System, diagnostic: Diagnostic, options: CompilerOptions): boolean { if (system.clearScreen &&