Merge pull request #560 from ecaldwell/patch-1

fixed a typo
This commit is contained in:
Ilya Kantor 2018-10-20 23:21:07 +03:00 committed by GitHub
commit b4bc5fb27a
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() {