From dd3c7a4a33f2d03bf565096a64d1df3a1b40642e Mon Sep 17 00:00:00 2001 From: Shubhendu Sen <67971019+Sen-442b@users.noreply.github.com> Date: Sat, 29 Jan 2022 18:57:23 +0530 Subject: [PATCH] doc-fix: Modified a misplaced comma --- 1-js/11-async/01-callbacks/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/11-async/01-callbacks/article.md b/1-js/11-async/01-callbacks/article.md index 1ca76be4..5950df05 100644 --- a/1-js/11-async/01-callbacks/article.md +++ b/1-js/11-async/01-callbacks/article.md @@ -307,4 +307,4 @@ Also, the functions named `step*` are all of single use, they are created only t We'd like to have something better. -Luckily, there are other ways to avoid such pyramids. One of the best ways is to use "promises," described in the next chapter. +Luckily, there are other ways to avoid such pyramids. One of the best ways is to use "promises", described in the next chapter.