docs(class-test.md): add missing R in the word returned (#22252)

This commit is contained in:
Valentín Costa 2023-04-07 17:57:28 -03:00 committed by GitHub
parent 12da068249
commit 93e020d483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1206,7 +1206,7 @@ test('test', async ({ page }) => {
**Details** **Details**
The method returns the value retuned by the step callback. The method returns the value returned by the step callback.
```js ```js
import { test, expect } from '@playwright/test'; import { test, expect } from '@playwright/test';

View File

@ -3147,7 +3147,7 @@ export interface TestType<TestArgs extends KeyValue, WorkerArgs extends KeyValue
* *
* **Details** * **Details**
* *
* The method returns the value retuned by the step callback. * The method returns the value returned by the step callback.
* *
* ```js * ```js
* import { test, expect } from '@playwright/test'; * import { test, expect } from '@playwright/test';