Skip to content

Commit 6b33dda

Browse files
committed
chore(tsserver): fix typo
1 parent 7ed3896 commit 6b33dda

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)