Skip to content

Commit

Permalink
fix: typo in installation message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 23, 2020
1 parent cc37c73 commit 1d3e6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-cli/bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (packageExists('webpack')) {
error(`It looks like ${yellow('webpack')} is not installed.`);
})
.then(() => {
success(`${yellow('webpack')} was installed sucessfully.`);
success(`${yellow('webpack')} was installed successfully.`);

runCLI(process.argv);
})
Expand Down

0 comments on commit 1d3e6a7

Please sign in to comment.