Skip to content

Commit 29a7b66

Browse files
authored
Update article.md
1 parent 7cb6387 commit 29a7b66

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

Lines changed: 1 addition & 1 deletion
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 or 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)