Skip to content

Commit 9236ab3

Browse files
authored
Merge pull request javascript-tutorial#1690 from KennethKinLum/patch-4
fix run-on sentence
2 parents 9943902 + 3591df7 commit 9236ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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