Skip to content

Commit

Permalink
chore(repo): fix typo in annotation in node-resolve (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyPi committed Apr 4, 2023
1 parent b4abf23 commit 38e5ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/node-resolve/src/resolveImportSpecifiers.js
Expand Up @@ -267,8 +267,8 @@ async function resolveWithClassic({
}

// Resolves to the module if found or `null`.
// The first import specificer will first be attempted with the exports algorithm.
// If this is unsuccesful because export maps are not being used, then all of `importSpecifierList`
// The first import specifier will first be attempted with the exports algorithm.
// If this is unsuccessful because export maps are not being used, then all of `importSpecifierList`
// will be tried with the classic resolution algorithm
export default async function resolveImportSpecifiers({
importer,
Expand Down

0 comments on commit 38e5ff0

Please sign in to comment.