From d5fedd315e9613d0aca2a05d84f36884b5f3a2ce Mon Sep 17 00:00:00 2001 From: Mauro Zenoni <25953912+maurozenoni@users.noreply.github.com> Date: Mon, 2 Apr 2018 22:00:08 +0200 Subject: [PATCH] Rewording of the second task in Promise Chaining. --- 6-async/03-promise-chaining/02-error-async/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {