Skip to content

Commit 537707b

Browse files
lex111Sherbakov1
andauthored
Update 5-network/05-fetch-api/article.md
Co-Authored-By: sherbakov1 <sherbakov1@users.noreply.github.com>
1 parent 1f7a76a commit 537707b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
```js
1111
let promise = fetch(url, {
12-
method: "GET", // POST, PUT, DELETE, и т.д.
12+
method: "GET", // POST, PUT, DELETE и т.д.
1313
headers: {
1414
"Content-Type": "text/plain;charset=UTF-8" // для строкового тела, зависит от тела сообщения
1515
},

0 commit comments

Comments
 (0)