We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11abce commit 6bf2aecCopy full SHA for 6bf2aec
6-async/04-promise-api/01-promise-errors-as-results/task.md
@@ -20,7 +20,7 @@ Promise.all(urls.map(url => fetch(url)))
20
});
21
```
22
23
-The problem is that if any of requests fails, then `Promise.all` rejects with the error, and we loose results of all the other requests.
+The problem is that if any of requests fails, then `Promise.all` rejects with the error, and we lose results of all the other requests.
24
25
That's not good.
26
0 commit comments