docs(typo): "when test is retries" (#36044)

This commit is contained in:
Simon Knott 2025-05-22 14:17:30 +02:00 committed by GitHub
parent a87dc83963
commit 5efd582814
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ Errors thrown during the test execution.
* since: v1.10
- type: <[int]>
When test is retries multiple times, each retry attempt is given a sequential number.
When test is retried multiple times, each retry attempt is given a sequential number.
Learn more about [test retries](../test-retries.md#retries).

View File

@ -659,7 +659,7 @@ export interface TestResult {
parallelIndex: number;
/**
* When test is retries multiple times, each retry attempt is given a sequential number.
* When test is retried multiple times, each retry attempt is given a sequential number.
*
* Learn more about [test retries](https://playwright.dev/docs/test-retries#retries).
*/