From 563d0a4556c0e468fb33d8b194c645187cde0102 Mon Sep 17 00:00:00 2001 From: hrodward <2536699+hrodward@users.noreply.github.com> Date: Thu, 31 Oct 2019 09:40:43 +0100 Subject: [PATCH] Update task.md Rephrase --- 1-js/11-async/08-async-await/01-rewrite-async/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/11-async/08-async-await/01-rewrite-async/task.md b/1-js/11-async/08-async-await/01-rewrite-async/task.md index bf54e6f6..ad33fdb2 100644 --- a/1-js/11-async/08-async-await/01-rewrite-async/task.md +++ b/1-js/11-async/08-async-await/01-rewrite-async/task.md @@ -1,7 +1,7 @@ # Rewrite using async/await -Rewrite the one of examples from the chapter using `async/await` instead of `.then/catch`: +Rewrite this example code from the chapter using `async/await` instead of `.then/catch`: ```js run function loadJson(url) {