Skip to content

Commit 4c8ca9d

Browse files
authored
Merge pull request webpack#13777 from chenxsan/bugfix/fix-a-typo
fix a grammar typo
2 parents 6fe0bac + fe3fea7 commit 4c8ca9d

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)