Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Sep 15, 2016
1 parent 468b759 commit 513d140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nodeunit
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ args.forEach(function (arg) {
}).filter(function (reporter_file) {
return reporter_file !== 'index';
});
console.log('Build-in reporters: ');
console.log('Built-in reporters: ');
reporters.forEach(function (reporter_file) {
var reporter = require('../lib/reporters/' + reporter_file);
console.log(' * ' + reporter_file + (reporter.info ? ': ' + reporter.info : ''));
Expand Down

0 comments on commit 513d140

Please sign in to comment.