Skip to content

Commit 7cf3520

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

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
@@ -323,7 +323,7 @@ function submit() {
323323

324324
## Итого
325325

326-
Типичный `fetch` запрос состоит из двух `awaits`:
326+
Типичный запрос с помощью `fetch` состоит из двух операторов `await`:
327327

328328
```js
329329
let response = await fetch(url, options); // завершается с заголовками ответа

0 commit comments

Comments
 (0)