Skip to content

Commit c320593

Browse files
committed
Fixed typo
1 parent 39cb8b2 commit c320593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/commands/runs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = function run(args) {
6262
logger.error(err);
6363

6464
// display browserstack.json is not valid only if validation of browserstack.json field has failed, otherwise display just the error message
65-
// If paralles specified in arguments are invalid do not display browserstack.json is invalid message
65+
// If parallels specified in arguments are invalid do not display browserstack.json is invalid message
6666
if (!(err === Constants.validationMessages.INVALID_PARALLELS_CONFIGURATION && !utils.isUndefined(args.parallels))) {
6767
logger.error(Constants.validationMessages.NOT_VALID);
6868
}

0 commit comments

Comments
 (0)