Skip to content

Commit 8b13e66

Browse files
Spelling correction
change 'idependantly' to 'independently'
1 parent 3113f7d commit 8b13e66

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)