Skip to content

Commit 88de673

Browse files
Minor comment resolved
1 parent 37900aa commit 88de673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/utils/validate.js

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

0 commit comments

Comments
 (0)