Skip to content

Commit 4820b97

Browse files
authored
repeated word
1 parent 7b76185 commit 4820b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/06-fetch-api/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The `redirect` option allows to change that:
171171
172172
- **`"follow"`** -- the default, follow HTTP-redirects,
173173
- **`"error"`** -- error in case of HTTP-redirect,
174-
- **`"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.
174+
- **`"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.
175175
176176
## integrity
177177

0 commit comments

Comments
 (0)