Skip to content

Commit 3591df7

Browse files
fix run-on sentence
1 parent 50395ec commit 3591df7

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

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