diff --git a/docs/api.md b/docs/api.md index df2239efaf6..ff79075eb44 100644 --- a/docs/api.md +++ b/docs/api.md @@ -4710,7 +4710,7 @@ If request gets a 'redirect' response, the request is successfully finished with - `namenotresolved` - The host name could not be resolved. - `timedout` - An operation timed out. - `failed` - A generic failure occurred. -- `priority` <[number]> - Optional intercept abort priority. If provided, intercept will be resolved using coopeative handling rules. Otherwise, intercept will be resovled immediately. +- `priority` <[number]> - Optional intercept abort priority. If provided, intercept will be resolved using [cooperative](#cooperative-intercept-mode-and-legacy-intercept-mode) handling rules. Otherwise, intercept will be resovled immediately. - returns: <[Promise]> Aborts request. To use this, request interception should be enabled with `page.setRequestInterception`.