Skip to content

Commit 38e5ff0

Browse files
authored
chore(repo): fix typo in annotation in node-resolve (#1427)
1 parent b4abf23 commit 38e5ff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/node-resolve/src/resolveImportSpecifiers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ async function resolveWithClassic({
267267
}
268268

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

0 commit comments

Comments
 (0)