Skip to content

Commit 840fd04

Browse files
Replace "irregardless" with "regardless". (#5596)
While "irregardless" _is_ a word, it is probably too quirky for international reader, likely used here by mistake.
1 parent 3940f65 commit 840fd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/references/experiments.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ modified HTML or JS value.
124124

125125
[Test retries](/guides/guides/test-retries) is a Cypress [Flake Detection](/guides/cloud/flaky-test-management#Flake-Detection) feature that enables you to re-attempt any tests that initially fail. The failure may not be a "true" failure, i.e. flaky. The only way to determine this is to retry the test.
126126

127-
Normally, test retries simply stop on the first passing attempt. And the final test result of any flaky test is always "passing", irregardless of how many prior attempts failed. The following experimental settings for retries give you more control over the retries process.
127+
Normally, test retries simply stop on the first passing attempt. And the final test result of any flaky test is always "passing", regardless of how many prior attempts failed. The following experimental settings for retries give you more control over the retries process.
128128

129129
There are two strategies for retries:
130130

0 commit comments

Comments
 (0)