Skip to content

Commit

Permalink
Merge pull request #327 from scottgonzalez/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mreinstein authored Sep 16, 2016
2 parents 468b759 + 513d140 commit d5806bb
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 d5806bb

Please sign in to comment.