add missing word
This commit is contained in:
parent
3113f7deef
commit
939520ca56
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ Now right after `setTimeout` runs `img.remove()`, it calls `resolve(githubUser)`
|
|||
|
||||
As a rule, an asynchronous action should always return a promise.
|
||||
|
||||
That makes possible to plan actions after it. Even if we don't plan to extend the chain now, we may need it later.
|
||||
That makes it possible to plan actions after it. Even if we don't plan to extend the chain now, we may need it later.
|
||||
|
||||
Finally, we can split the code into reusable functions:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue