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.
2 parents c26c98e + 83f92d3 commit 39ef55dCopy full SHA for 39ef55d
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