Skip to content

Commit 1a45929

Browse files
inxorableboneskull
authored andcommitted
typo in comment
1 parent b5a424a commit 1a45929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/interfaces/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = function (suites, context, mocha) {
1616
* This is only present if flag --delay is passed into Mocha. It triggers
1717
* root suite execution.
1818
*
19-
* @param {Suite} suite The root wuite.
19+
* @param {Suite} suite The root suite.
2020
* @return {Function} A function which runs the root suite
2121
*/
2222
runWithSuite: function runWithSuite (suite) {

0 commit comments

Comments
 (0)