Merge pull request #25313 from github-john-doe/typo

Typo
This commit is contained in:
Mohamed Hegazy
2018-07-05 11:43:12 -07:00
committed by GitHub
12 changed files with 14 additions and 14 deletions

View File

@@ -851,7 +851,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);

View File

@@ -1246,7 +1246,7 @@ namespace ts.server.protocol {
/* @internal */
export interface ProjectFiles {
/**
* Information abount project verison
* Information about project verison
*/
info?: ProjectVersionInfo;
/**