1 parent 3113f7d commit 8b13e66Copy full SHA for 8b13e66
1 file changed
1-js/11-async/03-promise-chaining/article.md
@@ -92,7 +92,7 @@ promise.then(function(result) {
92
});
93
```
94
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.
+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.
96
97
Here's the picture (compare it with the chaining above):
98
0 commit comments