There was an error while loading. Please reload this page.
1 parent 440f408 commit 1a54a9eCopy full SHA for 1a54a9e
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