Merge pull request #1690 from KennethKinLum/patch-4

fix run-on sentence
This commit is contained in:
Ilya Kantor 2019-12-27 16:03:06 +03:00 committed by GitHub
commit 9236ab3737
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ promise.then(function(result) {
});
```
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 several handlers to one promise. They don't pass the result to each other; instead they process it independently.
Here's the picture (compare it with the chaining above):