Merge pull request #839 from agdillon/master

add missing word
This commit is contained in:
Ilya Kantor 2019-03-20 16:08:01 +03:00 committed by GitHub
commit 5ab51a3270
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -344,7 +344,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: