Skip to content

Commit

Permalink
Typo fix in cli.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornkri committed Oct 3, 2014
1 parent 120f2eb commit 09ad0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ var install = exports.install = function(module, options) {

exports.postinstall = function() {
requiresRoot(function() {
console.log(chalk.green('Installing Bower depenedencies'));
console.log(chalk.green('Installing Bower dependencies'));
require('bower').commands.install().on('error', function(err) {
console.log(chalk.red(err));
});
Expand Down

0 comments on commit 09ad0c8

Please sign in to comment.