We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6052f commit c8b717eCopy full SHA for c8b717e
1-js/11-async/04-promise-error-handling/article.md
@@ -92,7 +92,7 @@ new Promise((resolve, reject) => {
92
}).catch(alert); // ReferenceError: blabla is not defined
93
```
94
95
-The final `.catch` not only catches explicit rejections, but also occasional errors in the handlers above.
+The final `.catch` not only catches explicit rejections, but also accidental errors in the handlers above.
96
97
## Rethrowing
98
0 commit comments