diff --git a/src/services/services.ts b/src/services/services.ts index 7493e894d1c..211b1358c50 100644 --- a/src/services/services.ts +++ b/src/services/services.ts @@ -4642,7 +4642,7 @@ namespace ts { // Go to the original declaration for cases: // - // (1) when the aliased symbol was declared in location(parent). + // (1) when the aliased symbol was declared in the location(parent). // (2) when the aliased symbol is originating from a named import. // if (node.kind === SyntaxKind.Identifier &&