Skip to content

Commit

Permalink
Merge pull request #163 from louy2/master
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
tommy351 committed May 1, 2013
2 parents 737edb7 + b1bfe9c commit 8abea25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/plugins/console/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ extend.console.register('generate', 'Generate static files', function(args, call
elapsed = (finish.getTime() - start.getTime()) / 1000;

hexo.emit('generateAfter');
console.log('Site gnerated in %ss.', elapsed.toFixed(3));
console.log('Site generated in %ss.', elapsed.toFixed(3));

if (watch){
console.log('Hexo is watching file changes. Press Ctrl+C to stop.');
Expand Down Expand Up @@ -152,4 +152,4 @@ extend.console.register('generate', 'Generate static files', function(args, call
}
});
});
});
});

0 comments on commit 8abea25

Please sign in to comment.