Skip to content

Commit

Permalink
Merge pull request #11797 from cncolder/patch-1
Browse files Browse the repository at this point in the history
chore: fix case typo
  • Loading branch information
sokra committed Nov 1, 2020
2 parents 3610012 + 02bc871 commit a96c56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebpackOptionsApply.js
Expand Up @@ -124,7 +124,7 @@ class WebpackOptionsApply extends OptionsApply {
}
case "module":
throw new Error(
"EcmaScript Module CHunk Format is not implemented yet"
"EcmaScript Module Chunk Format is not implemented yet"
);
default:
throw new Error(
Expand Down

0 comments on commit a96c56f

Please sign in to comment.