Skip to content

Commit 15c3859

Browse files
affectected -> affected
1 parent ba9b8c2 commit 15c3859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/editorServices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ namespace ts.server {
845845
configFileExistenceInfo.exists = false;
846846
this.removeProject(project);
847847

848-
// Reload the configured projects for the open files in the map as they are affectected by this config file
848+
// Reload the configured projects for the open files in the map as they are affected by this config file
849849
// Since the configured project was deleted, we want to reload projects for all the open files including files
850850
// that are not root of the inferred project
851851
this.logConfigFileWatchUpdate(project.getConfigFilePath(), project.canonicalConfigFilePath, configFileExistenceInfo, ConfigFileWatcherStatus.ReloadingFiles);

0 commit comments

Comments
 (0)