Skip to content

Commit 48b247a

Browse files
authored
Merge pull request #335 from F3n67u/fix/typo
chore: fix typo
2 parents d5731ec + 4b16e4c commit 48b247a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Resolver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class Resolver {
263263
if (typeof path !== "string")
264264
return callback(new Error("path argument is not a string"));
265265
if (typeof request !== "string")
266-
return callback(new Error("path argument is not a string"));
266+
return callback(new Error("request argument is not a string"));
267267
if (!resolveContext)
268268
return callback(new Error("resolveContext argument is not set"));
269269

0 commit comments

Comments
 (0)