Skip to content

Commit

Permalink
Merge pull request #2162 from OlegTsyba/doc/fix_retries_parameter_type
Browse files Browse the repository at this point in the history
doc: fix retries parameter type
  • Loading branch information
danielstjules committed Mar 21, 2016
2 parents 61fbb7f + 465f8c6 commit 8031f20
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 @@ -75,7 +75,7 @@ module.exports = function(suites, context) {
/**
* Number of retry attempts
*
* @param {string} n
* @param {number} n
*/
retries: function(n) {
context.retries(n);
Expand Down

0 comments on commit 8031f20

Please sign in to comment.