We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4abf23 commit 38e5ff0Copy full SHA for 38e5ff0
packages/node-resolve/src/resolveImportSpecifiers.js
@@ -267,8 +267,8 @@ async function resolveWithClassic({
267
}
268
269
// 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`
+// 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`
272
// will be tried with the classic resolution algorithm
273
export default async function resolveImportSpecifiers({
274
importer,
0 commit comments