Skip to content

Commit 39ef55d

Browse files
authored
Merge pull request #29 from qntmLeap/patch-3
Fix typo
2 parents c26c98e + 83f92d3 commit 39ef55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

6-async/01-callbacks/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ That's sometimes called "callback hell" or "pyramid of doom".
223223

224224
![](callback-hell.png)
225225

226-
The "pyramid" of nested calls grows to the right with every asynchronous action. Soon it spirales out of control.
226+
The "pyramid" of nested calls grows to the right with every asynchronous action. Soon it spirals out of control.
227227

228228
So this way of coding isn't very good.
229229

0 commit comments

Comments
 (0)