Skip to content

Commit 7101eb8

Browse files
authored
Merge pull request #121 from javascript-tutorial/sync-733ff697
Sync with upstream @ 733ff69
2 parents 3db0ce2 + 6103ef2 commit 7101eb8

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
@@ -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)