Skip to content

Commit 12a5cb0

Browse files
authored
Merge pull request #2252 from vsemozhetbyt/patch-10
Fix a typo in 1.11.3 (Promises chaining)
2 parents fd6861e + 1236996 commit 12a5cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/11-async/03-promise-chaining/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ fetch('/article/promise-chaining/user.json')
265265

266266
Now let's do something with the loaded user.
267267

268-
For instance, we can make one more requests to GitHub, load the user profile and show the avatar:
268+
For instance, we can make one more request to GitHub, load the user profile and show the avatar:
269269

270270
```js run
271271
// Make a request for user.json

0 commit comments

Comments
 (0)