diff --git a/1-js/11-async/08-async-await/03-async-from-regular/task.md b/1-js/11-async/08-async-await/03-async-from-regular/task.md index 45336ff7..ca7c186f 100644 --- a/1-js/11-async/08-async-await/03-async-from-regular/task.md +++ b/1-js/11-async/08-async-await/03-async-from-regular/task.md @@ -1,7 +1,7 @@ # Call async from non-async -We have a "regular" function called f. How can you call the `async` function wait() and use its result inside of f? +We have a "regular" function called `f`. How can you call the `async` function `wait()` and use its result inside of `f`? ```js async function wait() {