Fix Typo
This commit is contained in:
parent
440f4086d4
commit
1a54a9ea83
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue