Skip to content

Commit fe3fea7

Browse files
committed
fix a typo
1 parent 6fe0bac commit fe3fea7

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
@@ -152,7 +152,7 @@ const webpack = /** @type {WebpackFunctionSingle & WebpackFunctionMulti} */ (
152152
if (watch) {
153153
util.deprecate(
154154
() => {},
155-
"A 'callback' argument need to be provided to the 'webpack(options, callback)' function when the 'watch' option is set. There is no way to handle the 'watch' option without a callback.",
155+
"A 'callback' argument needs to be provided to the 'webpack(options, callback)' function when the 'watch' option is set. There is no way to handle the 'watch' option without a callback.",
156156
"DEP_WEBPACK_WATCH_WITHOUT_CALLBACK"
157157
)();
158158
}

0 commit comments

Comments
 (0)