Skip to content

Commit 79598af

Browse files
author
Orta
authored
Merge pull request #31980 from sisisin/fix/typo-comment-at-import-tracker
chore(tsserver): fix typo
2 parents 47182b5 + 6b33dda commit 79598af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/importTracker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ namespace ts.FindAllReferences {
434434
/**
435435
* Given a local reference, we might notice that it's an import/export and recursively search for references of that.
436436
* If at an import, look locally for the symbol it imports.
437-
* If an an export, look for all imports of it.
437+
* If at an export, look for all imports of it.
438438
* This doesn't handle export specifiers; that is done in `getReferencesAtExportSpecifier`.
439439
* @param comingFromExport If we are doing a search for all exports, don't bother looking backwards for the imported symbol, since that's the reason we're here.
440440
*/

0 commit comments

Comments
 (0)