repeated word

This commit is contained in:
joaquinelio 2021-03-28 15:05:53 -03:00 committed by GitHub
parent 7b76185892
commit 4820b978df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,7 +171,7 @@ The `redirect` option allows to change that:
- **`"follow"`** -- the default, follow HTTP-redirects, - **`"follow"`** -- the default, follow HTTP-redirects,
- **`"error"`** -- error in case of HTTP-redirect, - **`"error"`** -- error in case of HTTP-redirect,
- **`"manual"`** -- allows to process HTTP-redirects manually. In case of redirect, we'll get a special response object, with `response.type="opaqueredirect"` and and zeroed/empty status and most other properies. - **`"manual"`** -- allows to process HTTP-redirects manually. In case of redirect, we'll get a special response object, with `response.type="opaqueredirect"` and zeroed/empty status and most other properies.
## integrity ## integrity