We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9fecf commit 83f92d3Copy full SHA for 83f92d3
6-async/01-callbacks/article.md
@@ -223,7 +223,7 @@ That's sometimes called "callback hell" or "pyramid of doom".
223
224

225
226
-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.
227
228
So this way of coding isn't very good.
229
0 commit comments