diff --git a/6-async/03-promise-chaining/02-error-async/task.md b/6-async/03-promise-chaining/02-error-async/task.md index f3fdf62b..bafc47ce 100644 --- a/6-async/03-promise-chaining/02-error-async/task.md +++ b/6-async/03-promise-chaining/02-error-async/task.md @@ -1,6 +1,6 @@ # Error in setTimeout -How do you think, does the `.catch` trigger? Explain your answer? +What do you think? Will the `.catch` trigger? Explain your answer. ```js new Promise(function(resolve, reject) {