Skip to content

Commit a72e1fa

Browse files
Apply suggestion from @heitortsergent
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
1 parent 375275b commit a72e1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/k6/next/javascript-api/k6-browser/page/waitforresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default async function () {
8383
const response = await page.waitForResponse('/api/data');
8484
```
8585

86-
3. **Verify response content**: After waiting for the response, verify that the response status and content match your expectations.
86+
1. **Verify response content**: After waiting for the response, verify that the response status and content match your expectations.
8787

8888
### Related
8989

0 commit comments

Comments
 (0)