Skip to content

Commit 4b16e4c

Browse files
committed
chore: fix typo
1 parent c960801 commit 4b16e4c

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)