Skip to content

Commit

Permalink
chore: rephrase message
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Sep 24, 2020
1 parent a9425ed commit 8471606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-cli/bin/cli.js
Expand Up @@ -18,7 +18,7 @@ if (packageExists('webpack')) {
runCLI(rawArgs);
} else {
promptInstallation('webpack', () => {
console.error(`Looks like ${yellow('webpack')} is not installed.`);
console.error(`It looks like ${yellow('webpack')} is not installed.`);
});
return;
}

0 comments on commit 8471606

Please sign in to comment.