Skip to content

Commit 1a54a9e

Browse files
authored
Fix Typo
1 parent 440f408 commit 1a54a9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/11-async/03-promise-chaining/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ promise.then(function(result) {
9292
});
9393
```
9494

95-
What we did here is just several handlers to one promise. They don't pass the result to each other, instead they process it idependantly.
95+
What we did here is just several handlers to one promise. They don't pass the result to each other, instead they process it independently.
9696

9797
Here's the picture (compare it with the chaining above):
9898

0 commit comments

Comments
 (0)