We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468b759 commit 513d140Copy full SHA for 513d140
bin/nodeunit
@@ -80,7 +80,7 @@ args.forEach(function (arg) {
80
}).filter(function (reporter_file) {
81
return reporter_file !== 'index';
82
});
83
- console.log('Build-in reporters: ');
+ console.log('Built-in reporters: ');
84
reporters.forEach(function (reporter_file) {
85
var reporter = require('../lib/reporters/' + reporter_file);
86
console.log(' * ' + reporter_file + (reporter.info ? ': ' + reporter.info : ''));
0 commit comments