Skip to content

Commit 676e746

Browse files
committed
spelling: chosen
1 parent 7fcc1d0 commit 676e746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/optimize/SplitChunksPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ module.exports = class SplitChunksPlugin {
431431
}
432432
if (chunkName) {
433433
newChunk.chunkReason += ` (name: ${chunkName})`;
434-
// If the choosen name is already an entry point we remove the entry point
434+
// If the chosen name is already an entry point we remove the entry point
435435
const entrypoint = compilation.entrypoints.get(chunkName);
436436
if (entrypoint) {
437437
compilation.entrypoints.delete(chunkName);

0 commit comments

Comments
 (0)