Skip to content

Commit

Permalink
Merge pull request mochajs#789 from jbowes/master
Browse files Browse the repository at this point in the history
Fix typo in xunit reporter description
  • Loading branch information
tj committed Apr 1, 2013
2 parents 073cbf2 + f67d55e commit 4476f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/_mocha
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ program.on('reporters', function(){
console.log(' list - spec-style listing');
console.log(' tap - test-anything-protocol');
console.log(' landing - unicode landing strip');
console.log(' xunit - xunit reportert');
console.log(' xunit - xunit reporter');
console.log(' teamcity - teamcity ci support');
console.log(' html-cov - HTML test coverage');
console.log(' json-cov - JSON test coverage');
Expand Down

0 comments on commit 4476f7d

Please sign in to comment.