From 43d2054eaca403fb2eebd5fe784b925e75f5d7c6 Mon Sep 17 00:00:00 2001 From: Tingan Ho Date: Sun, 7 Feb 2016 20:10:59 +0800 Subject: [PATCH] Fixes typo --- src/services/services.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &&