Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Sep 20, 2020
1 parent 339f3c2 commit a1bf24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-cli/lib/groups/ConfigGroup.js
Expand Up @@ -34,7 +34,7 @@ let opts = {
options: {},
};

// Return a list of default configs in various forrmats
// Return a list of default configs in various formats
const getDefaultConfigFiles = () => {
return DEFAULT_CONFIG_LOC.map((filename) => {
// Since .cjs is not available on interpret side add it manually to default config extension list
Expand Down

0 comments on commit a1bf24d

Please sign in to comment.