We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e3fa13 + ea5fbfa commit af71856Copy full SHA for af71856
1-js/11-async/03-promise-chaining/article.md
@@ -72,7 +72,7 @@ promise.then(function(result) {
72
});
73
```
74
75
-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.
+What we did here is just adding several handlers to one promise. They don't pass the result to each other; instead they process it independently.
76
77
Here's the picture (compare it with the chaining above):
78
0 commit comments