From 29a7b6677ea2d4b1f9920b74587179c9a5d1f00f Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Wed, 11 Nov 2020 17:57:38 +0300 Subject: [PATCH] Update article.md --- 1-js/11-async/03-promise-chaining/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/11-async/03-promise-chaining/article.md b/1-js/11-async/03-promise-chaining/article.md index 65c3bd4c..78d381a9 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 or more requests to GitHub, load the user profile and show the avatar: +For instance, we can make one more request to GitHub, load the user profile and show the avatar: ```js run // Make a request for user.json