Fix a typo in 1.11.3 (Promises chaining)

Refs: https://github.com/javascript-tutorial/en.javascript.info/pull/2252#issuecomment-724565094
This commit is contained in:
Vse Mozhe Buty 2020-11-10 13:03:41 +00:00 committed by GitHub
parent 26b393a7d8
commit 59a2f34123
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 more requests to GitHub, load the user profile and show the avatar: For instance, we can make one or more requests 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