Update article.md

This commit is contained in:
qntmLeap 2017-06-10 18:39:04 +03:00 committed by GitHub
parent 3f9fecf51b
commit 83f92d3194

View file

@ -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.