Skip to content

Commit 43d2054

Browse files
committed
Fixes typo
1 parent 3d8a472 commit 43d2054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4642,7 +4642,7 @@ namespace ts {
46424642

46434643
// Go to the original declaration for cases:
46444644
//
4645-
// (1) when the aliased symbol was declared in location(parent).
4645+
// (1) when the aliased symbol was declared in the location(parent).
46464646
// (2) when the aliased symbol is originating from a named import.
46474647
//
46484648
if (node.kind === SyntaxKind.Identifier &&

0 commit comments

Comments
 (0)