Skip to content

Commit f7c5ffd

Browse files
authored
fix: use needs to align with document
webpack/webpack.js.org#7402 (comment)
1 parent 5ac66f4 commit f7c5ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/javascript/JavascriptModulesPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ class JavascriptModulesPlugin {
883883
let footer;
884884
if (iife !== undefined) {
885885
startupSource.add(
886-
`// This entry need to be wrapped in an IIFE because ${iife}\n`
886+
`// This entry needs to be wrapped in an IIFE because ${iife}\n`
887887
);
888888
const arrow = runtimeTemplate.supportsArrowFunction();
889889
if (arrow) {

0 commit comments

Comments
 (0)