Skip to content

Commit e1db5dc

Browse files
authored
Missed exclamation mark
1 parent e2f9e58 commit e1db5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/11-async/05-promise-api/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Promise.any([
248248
]).catch(error => {
249249
console.log(error.constructor.name); // AggregateError
250250
console.log(error.errors[0]); // Error: Ouch!
251-
console.log(error.errors[1]); // Error: Error
251+
console.log(error.errors[1]); // Error: Error!
252252
});
253253
```
254254

0 commit comments

Comments
 (0)