Skip to content

Commit af71856

Browse files
authored
Merge pull request #3425 from Raviikumar001/Added-a-word
Added a missing word
2 parents 9e3fa13 + ea5fbfa commit af71856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ promise.then(function(result) {
7272
});
7373
```
7474

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.
75+
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.
7676

7777
Here's the picture (compare it with the chaining above):
7878

0 commit comments

Comments
 (0)