Skip to content

Commit 98312a3

Browse files
author
Fabian Jakobs
committed
Merge pull request #24 from orthographic-pedant/spell_check/challenge
Fix typographical error(s)
2 parents bd61b6a + 33b281e commit 98312a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ async.js
44
**A clean, composable way to manipulate sequences of values with asynchronous functions
55
**
66

7-
Dealing with control flow in heavily asynchronous code can be a big challange. Without any helper functions the code can easily degenerate into a christmas tree shape because of the callback of a callback of a callback syndrome.
7+
Dealing with control flow in heavily asynchronous code can be a big challenge. Without any helper functions the code can easily degenerate into a christmas tree shape because of the callback of a callback of a callback syndrome.
88

99
```js
1010
asncFunction1(function(err, result) {

0 commit comments

Comments
 (0)