docs(class-test.md): add missing R in the word returned (#22252)
This commit is contained in:
parent
12da068249
commit
93e020d483
|
|
@ -1206,7 +1206,7 @@ test('test', async ({ page }) => {
|
|||
|
||||
**Details**
|
||||
|
||||
The method returns the value retuned by the step callback.
|
||||
The method returns the value returned by the step callback.
|
||||
|
||||
```js
|
||||
import { test, expect } from '@playwright/test';
|
||||
|
|
|
|||
2
packages/playwright-test/types/test.d.ts
vendored
2
packages/playwright-test/types/test.d.ts
vendored
|
|
@ -3147,7 +3147,7 @@ export interface TestType<TestArgs extends KeyValue, WorkerArgs extends KeyValue
|
|||
*
|
||||
* **Details**
|
||||
*
|
||||
* The method returns the value retuned by the step callback.
|
||||
* The method returns the value returned by the step callback.
|
||||
*
|
||||
* ```js
|
||||
* import { test, expect } from '@playwright/test';
|
||||
|
|
|
|||
Loading…
Reference in a new issue