Merge pull request #29 from qntmLeap/patch-3

Fix typo
This commit is contained in:
Ilya Kantor 2017-06-11 16:06:35 +03:00 committed by GitHub
commit 39ef55d227

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.