Skip to content

Commit 884257c

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

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
@@ -83,7 +83,7 @@ let text = await response.text();
8383
let response = await fetch('/article/fetch/logo-fetch.svg');
8484

8585
*!*
86-
let blob = await response.blob(); // скачиваем как Blob объект
86+
let blob = await response.blob(); // скачиваем как Blob-объект
8787
*/!*
8888

8989
// создаем <img>

0 commit comments

Comments
 (0)