docs: fix typo (#7708)

This commit is contained in:
Kiko Beats 2021-10-19 10:16:24 +02:00 committed by GitHub
parent 9c7bbd189b
commit 105bb22566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.