Skip to content

Commit cf3ae01

Browse files
Merge pull request #203 from japneetlambdatest/dev
spelling errors
2 parents b1fcb2f + ecc6238 commit cf3ae01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commands/utils/set_args.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ function sync_args_from_cmd(args) {
375375
lt_config["run_settings"]["exclude_specs"] == [];
376376
}
377377
console.log(
378-
"specs to exclude are ",
378+
"specs to exclude are",
379379
lt_config["run_settings"]["exclude_specs"]
380380
);
381381

commands/utils/validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ module.exports = validate_config = function (lt_config, validation_configs) {
148148
lt_config["run_settings"]["cypress_config_file"]
149149
) {
150150
reject(
151-
'Error!! --ccf flag and cypress_config_file is not cupported with cypress>=10,use \n --cy="--config-file <file path>"'
151+
'Error!! --ccf flag and cypress_config_file is not supported with cypress>=10,use \n --cy="--config-file <file path>"'
152152
);
153153
}
154154

0 commit comments

Comments
 (0)