diff --git a/6-async/01-callbacks/article.md b/6-async/01-callbacks/article.md index 9faa49a2da..23fb6b75bc 100644 --- a/6-async/01-callbacks/article.md +++ b/6-async/01-callbacks/article.md @@ -223,7 +223,7 @@ That's sometimes called "callback hell" or "pyramid of doom". ![](callback-hell.png) -The "pyramid" of nested calls grows to the right with every asynchronous action. Soon it spirales out of control. +The "pyramid" of nested calls grows to the right with every asynchronous action. Soon it spirals out of control. So this way of coding isn't very good.