Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnetwise committed Oct 5, 2014
1 parent b31b952 commit 8eaeabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymer.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ _.forEach(bowerCommands, function (command) {
});
});

console.log('installing polymer into public direcory...');
console.log('installing polymer into public directory...');
var dir = path.join(path.relative(process.cwd(), process.env.PWD), 'public/bower_components');
Bower.install(['polymer#0.4.2'], {save: true}, {directory: dir});

0 comments on commit 8eaeabf

Please sign in to comment.