Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
inxorable authored and boneskull committed Nov 1, 2016
1 parent b5a424a commit 1a45929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interfaces/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function (suites, context, mocha) {
* This is only present if flag --delay is passed into Mocha. It triggers
* root suite execution.
*
* @param {Suite} suite The root wuite.
* @param {Suite} suite The root suite.
* @return {Function} A function which runs the root suite
*/
runWithSuite: function runWithSuite (suite) {
Expand Down

0 comments on commit 1a45929

Please sign in to comment.