Skip to content

Commit c90ba13

Browse files
authored
fix typo, chapter 3, line 165
1 parent 3a12d5f commit c90ba13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async & performance/ch3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ With Promises, the `then(..)` call can actually take two functions, the first fo
162162
```js
163163
add( fetchX(), fetchY() )
164164
.then(
165-
// fullfillment handler
165+
// fulfillment handler
166166
function(sum) {
167167
console.log( sum );
168168
},

0 commit comments

Comments
 (0)