Skip to content

Commit

Permalink
refactor: suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 6, 2021
1 parent 042a141 commit d9c33dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPTIONS.md
Expand Up @@ -566,7 +566,7 @@ Commands:
init|c [options] [scaffold...] Initialize a new webpack configuration.
loader|l [output-path] Scaffold a loader.
migrate|m <config-path> [new-config-path] Migrate a configuration to a new version.
configtest|t <config-path> Test your webpack configuration against validation errors.
configtest|t <config-path> Test any webpack configuration against validation errors.
plugin|p [output-path] Scaffold a plugin.
To see list of all supported commands and options run 'webpack --help=verbose'.
Expand Down
2 changes: 1 addition & 1 deletion packages/configtest/src/index.ts
Expand Up @@ -6,7 +6,7 @@ class ConfigTestCommand {
{
name: 'configtest <config-path>',
alias: 't',
description: 'Test your webpack configuration against validation errors.',
description: 'Test any webpack configuration against validation errors.',
usage: '<config-path>',
pkg: '@webpack-cli/configtest',
},
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-cli/README.md
Expand Up @@ -72,7 +72,7 @@ npx webpack-cli --help verbose
plugin | p Scaffold a plugin repository
info | i Outputs information about your system and dependencies
serve | s Run the webpack Dev Server
configtest | t Test your webpack configuration against validation errors.
configtest | t Test any webpack configuration against validation errors.
```

### webpack 4
Expand Down

0 comments on commit d9c33dd

Please sign in to comment.