Update article.md

This commit is contained in:
Ilya Kantor 2020-11-11 17:57:38 +03:00 committed by GitHub
parent 7cb6387201
commit 29a7b6677e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -265,7 +265,7 @@ fetch('/article/promise-chaining/user.json')
Now let's do something with the loaded user. Now let's do something with the loaded user.
For instance, we can make one or more requests to GitHub, load the user profile and show the avatar: For instance, we can make one more request to GitHub, load the user profile and show the avatar:
```js run ```js run
// Make a request for user.json // Make a request for user.json