Skip to content

Commit 7c4c1e9

Browse files
committed
Update wording based on review
1 parent 4159434 commit 7c4c1e9

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
@@ -5,7 +5,7 @@ description: 'Browser module: page.waitForResponse(urlPattern[, options]) method
55

66
# waitForResponse(urlPattern[, options])
77

8-
Waits for an HTTP response that matches the specified URL pattern. This method is particularly useful for waiting for responses from AJAX/fetch requests, API calls, or specific resource loads to complete before proceeding with the test.
8+
Waits for an HTTP response that matches the specified URL pattern. This method is particularly useful for waiting for responses from AJAX/fetch requests, API calls, or specific resources to be loaded before proceeding with the test.
99

1010
<TableWithNestedRows>
1111

0 commit comments

Comments
 (0)