diff --git a/components/server/src/projects/projects-service.ts b/components/server/src/projects/projects-service.ts index 4dd8c687a7fdc2..d008cc1b4db65c 100644 --- a/components/server/src/projects/projects-service.ts +++ b/components/server/src/projects/projects-service.ts @@ -201,7 +201,7 @@ export class ProjectsService { cache[path] = content; return await content; } - // eagerly fetch for all files that the inferrer usualyl asks for. + // eagerly fetch for all files that the inferrer usually asks for. this.requestedPaths.forEach(path => !(path in cache) && readFile(path)); const config: WorkspaceConfig = await new ConfigInferrer().getConfig({ config: {},