Spelling correction

change 'idependantly' to 'independently'
This commit is contained in:
harmony yap 2019-03-08 09:58:17 +00:00 committed by GitHub
parent 3113f7deef
commit 8b13e6683a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,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 idependantly.
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):