Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 6-async/01-callbacks/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down