Skip to content

Commit f5b1454

Browse files
lex111Sherbakov1
andauthored
Update 5-network/01-fetch-basics/article.md
Co-Authored-By: sherbakov1 <sherbakov1@users.noreply.github.com>
1 parent d21dc80 commit f5b1454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

5-network/01-fetch-basics/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ let response = fetch(protectedUrl, {
137137
});
138138
```
139139

140-
...Но существует список [запрещенных HTTP заголовков](https://fetch.spec.whatwg.org/#forbidden-header-name), которые мы не можем установить:
140+
...Но существует список [запрещенных HTTP-заголовков](https://fetch.spec.whatwg.org/#forbidden-header-name), которые мы не можем установить:
141141

142142
- `Accept-Charset`, `Accept-Encoding`
143143
- `Access-Control-Request-Headers`

0 commit comments

Comments
 (0)