Skip to content

Commit 159ce3b

Browse files
jamesgeorge007evilebottnawi
authored andcommitted
refactor: fix typo (#440)
1 parent 0bacfac commit 159ce3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ class MiniCssExtractPlugin {
552552
} else {
553553
// fallback for older webpack versions
554554
// (to avoid a breaking change)
555-
// TODO remove this in next mayor version
555+
// TODO remove this in next major version
556556
// and increase minimum webpack version to 4.12.0
557557
modules.sort((a, b) => a.index2 - b.index2);
558558
usedModules = modules;

0 commit comments

Comments
 (0)