Skip to content

Commit

Permalink
Fix typo. Removed => Remove (#2609)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightclub71 authored and NoahDragon committed Jun 12, 2017
1 parent 2d0af81 commit 28f9626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/console/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module.exports = function(ctx) {
var console = ctx.extend.console;

console.register('clean', 'Removed generated files and cache.', require('./clean'));
console.register('clean', 'Remove generated files and cache.', require('./clean'));

console.register('config', 'Get or set configurations.', {
usage: '[name] [value]',
Expand Down

0 comments on commit 28f9626

Please sign in to comment.