Skip to content

Commit

Permalink
Merge pull request getify#1344 from mjw56/patch-1
Browse files Browse the repository at this point in the history
fix typo, chapter 3, line 165
  • Loading branch information
getify authored Sep 12, 2018
2 parents 3a12d5f + c90ba13 commit ec28c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async & performance/ch3.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ With Promises, the `then(..)` call can actually take two functions, the first fo
```js
add( fetchX(), fetchY() )
.then(
// fullfillment handler
// fulfillment handler
function(sum) {
console.log( sum );
},
Expand Down

0 comments on commit ec28c12

Please sign in to comment.