fixed a typo

This commit is contained in:
Evan Caldwell 2018-10-19 10:27:55 -04:00 committed by GitHub
parent 758b24ce5c
commit 4c7e4bee31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ There's a special syntax to work with promises in a more comfortable fashion, ca
## Async functions
Let's start with the `async` keyword. It can be placed before function, like this:
Let's start with the `async` keyword. It can be placed before a function, like this:
```js
async function f() {