Skip to content

Commit 7cd9972

Browse files
lex111Kichikahunov
andauthored
Update 1-js/11-async/05-promise-api/02-promise-errors-as-results-2/task.md
Co-Authored-By: Kichikahunov <kichikahunov@gmail.com>
1 parent 35cb6af commit 7cd9972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/11-async/05-promise-api/02-promise-errors-as-results-2

1-js/11-async/05-promise-api/02-promise-errors-as-results-2/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let urls = [
1313

1414
// выполнить запросы
1515
Promise.all(urls.map(url => fetch(url)))
16-
// обработать каждый response, используя response.json()
16+
// обработать каждый ответ, используя response.json()
1717
.then(responses => Promise.all(
1818
responses.map(r => r.json())
1919
))

0 commit comments

Comments
 (0)