Skip to content

Commit

Permalink
fix: use needs to align with document
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxsan authored Sep 30, 2024
1 parent 5ac66f4 commit f7c5ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/javascript/JavascriptModulesPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ class JavascriptModulesPlugin {
let footer;
if (iife !== undefined) {
startupSource.add(
`// This entry need to be wrapped in an IIFE because ${iife}\n`
`// This entry needs to be wrapped in an IIFE because ${iife}\n`
);
const arrow = runtimeTemplate.supportsArrowFunction();
if (arrow) {
Expand Down

0 comments on commit f7c5ffd

Please sign in to comment.