Skip to content

Commit 513d140

Browse files
Fix typo
1 parent 468b759 commit 513d140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/nodeunit

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ args.forEach(function (arg) {
8080
}).filter(function (reporter_file) {
8181
return reporter_file !== 'index';
8282
});
83-
console.log('Build-in reporters: ');
83+
console.log('Built-in reporters: ');
8484
reporters.forEach(function (reporter_file) {
8585
var reporter = require('../lib/reporters/' + reporter_file);
8686
console.log(' * ' + reporter_file + (reporter.info ? ': ' + reporter.info : ''));

0 commit comments

Comments
 (0)