Revert "Fix a typo in 1.11.3 (Promises chaining)"
This commit is contained in:
parent
12a5cb02d7
commit
ca9a0225e1
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ fetch('/article/promise-chaining/user.json')
|
|||
|
||||
Now let's do something with the loaded user.
|
||||
|
||||
For instance, we can make one more request to GitHub, load the user profile and show the avatar:
|
||||
For instance, we can make one more requests to GitHub, load the user profile and show the avatar:
|
||||
|
||||
```js run
|
||||
// Make a request for user.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue