From ca9a0225e16672db6b7feaa1bf7acbfa12c60b11 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Tue, 10 Nov 2020 12:03:31 +0300 Subject: [PATCH] Revert "Fix a typo in 1.11.3 (Promises chaining)" --- 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 78d381a9..9f3b60f3 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 request to GitHub, load the user profile and show the avatar: +For instance, we can make one more requests to GitHub, load the user profile and show the avatar: ```js run // Make a request for user.json