Update article.md
Change "occasional" to "accidental". I think that's what you mean, and the words are not synonymous in English.
This commit is contained in:
parent
bd6052f591
commit
c8b717e936
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ new Promise((resolve, reject) => {
|
||||||
}).catch(alert); // ReferenceError: blabla is not defined
|
}).catch(alert); // ReferenceError: blabla is not defined
|
||||||
```
|
```
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
## Rethrowing
|
## Rethrowing
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue