Skip to content

Commit e90a257

Browse files
authored
Correct error message infos for "auto-cancel-after-failures" (#6064)
1 parent 55f4e91 commit e90a257

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/app/references/error-messages.mdx

+2-3
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ regedit or gpedit.
851851
The `--auto-cancel-after-failures` flag is only available in Cypress 12.6.0 and
852852
later, and must be used with the `cypress run` command.
853853

854-
### <Icon name="exclamation-triangle" color="red" /> --auto-cancel-after-failures must be a integer or false
854+
### <Icon name="exclamation-triangle" color="red" /> --auto-cancel-after-failures must be an integer or false
855855

856856
You passed in an invalid value for the `--auto-cancel-after-failures` flag. It
857857
must be an integer or false.
@@ -869,8 +869,7 @@ Cancellation.
869869
You passed the `--auto-cancel-after-failures` flag, but this run originally
870870
started with a different value on this `--auto-cancel-after-failures` flag.
871871

872-
The first setting of `--auto-cancel-after-failures` for any given run takes
873-
precedent.
872+
The first setting of `--auto-cancel-after-failures` for any given run takes precedence.
874873

875874
## Page Load Errors
876875

0 commit comments

Comments
 (0)