Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Sep 5, 2018
1 parent 898462d commit 691cc94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/webpack.js
Expand Up @@ -116,8 +116,8 @@ if (installedClis.length === 0) {

if (!normalizedAnswer) {
console.error(
"You need to install 'webpack-cli' for using webpack via CLI.\n" +
"Also you can installing CLI manually."
"You need to install 'webpack-cli' to use webpack via CLI.\n" +
"You can also install the CLI manually."
);
process.exitCode = 1;

Expand Down

0 comments on commit 691cc94

Please sign in to comment.