We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4dda6 commit f0ad0baCopy full SHA for f0ad0ba
1-js/11-async/08-async-await/article.md
@@ -83,7 +83,7 @@ function f() {
83
}
84
```
85
86
-We may get this error if we forget to put `async` before a function. As said, `await` only works inside an `async function`.
+We may get this error if we forget to put `async` before a function. As said, `await` only works inside an `async` function.
87
````
88
89
Let's take the `showAvatar()` example from the chapter <info:promise-chaining> and rewrite it using `async/await`:
0 commit comments