diff --git a/src/server/scriptInfo.ts b/src/server/scriptInfo.ts index 0af6808d892..fb3928cec94 100644 --- a/src/server/scriptInfo.ts +++ b/src/server/scriptInfo.ts @@ -241,7 +241,7 @@ namespace ts.server { this.reloadWithFileText(); } - // At this point if svc is present its valid + // At this point if svc is present it's valid return this.svc; }