Skip to content

Commit

Permalink
chore: fix case typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cncolder committed Nov 1, 2020
1 parent 3610012 commit 02bc871
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 02bc871

Please sign in to comment.