diff --git a/1-js/11-async/03-promise-chaining/article.md b/1-js/11-async/03-promise-chaining/article.md index 9f3b60f3a5..65c3bd4c59 100644 --- a/1-js/11-async/03-promise-chaining/article.md +++ b/1-js/11-async/03-promise-chaining/article.md @@ -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 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 // Make a request for user.json