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 bf54e6f630..ad33fdb230 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) {