Skip to content

Commit 26000d8

Browse files
Update 1-js/11-async/04-promise-error-handling/article.md
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
1 parent 2119ff6 commit 26000d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/11-async/04-promise-error-handling/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ new Promise((resolve, reject) => {
5454
}).catch(alert); // Error: Whoops!
5555
```
5656

57-
... Hace exáctamente lo mismo que este:
57+
...Hace exactamente lo mismo que este:
5858

5959
```js run
6060
new Promise((resolve, reject) => {

0 commit comments

Comments
 (0)