Skip to content

Commit 032e18b

Browse files
authored
Merge pull request #2278 from javascript-tutorial/revert-2252-patch-10
Revert "Fix a typo in 1.11.3 (Promises chaining)"
2 parents 12a5cb0 + ca9a022 commit 032e18b

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 request to GitHub, load the user profile and show the avatar:
268+
For instance, we can make one more requests 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)