Skip to content

Commit 7a4dc0b

Browse files
authored
fix: fix typo in error message
1 parent 1cd6c4e commit 7a4dc0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function webpack(options, callback) {
1616
}));
1717
} else if(typeof options === "object") {
1818
if(!options.entry && !options.plugins) {
19-
throw new Error("Passed 'options' object don't look like a valid webpack configuration");
19+
throw new Error("Passed 'options' object does not look like a valid webpack configuration");
2020
}
2121
new WebpackOptionsDefaulter().process(options);
2222

0 commit comments

Comments
 (0)