Skip to content

Commit 865d4fd

Browse files
committed
Fix spelling
1 parent bf80f1a commit 865d4fd

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
@@ -17,7 +17,7 @@ Waits for an HTTP response that matches the specified URL pattern. This method i
1717

1818
| Type | Description |
1919
| ---------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
20-
| Promise<[Response](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/response/)> | A Promise that fulfills with the [Response](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/response/) object when a URL matches and the response is recieved. |
20+
| Promise<[Response](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/response/)> | A Promise that fulfills with the [Response](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/response/) object when a URL matches and the response is received. |
2121

2222
### Examples
2323

0 commit comments

Comments
 (0)