From 15c38596fa31763a57003daf6de27fe7f7d3d96f Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 28 Jun 2018 18:52:56 -0700 Subject: [PATCH] affectected -> affected --- src/server/editorServices.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/editorServices.ts b/src/server/editorServices.ts index 0801c42405c..3db38c5cd6e 100644 --- a/src/server/editorServices.ts +++ b/src/server/editorServices.ts @@ -845,7 +845,7 @@ namespace ts.server { configFileExistenceInfo.exists = false; this.removeProject(project); - // Reload the configured projects for the open files in the map as they are affectected by this config file + // Reload the configured projects for the open files in the map as they are affected by this config file // Since the configured project was deleted, we want to reload projects for all the open files including files // that are not root of the inferred project this.logConfigFileWatchUpdate(project.getConfigFilePath(), project.canonicalConfigFilePath, configFileExistenceInfo, ConfigFileWatcherStatus.ReloadingFiles);