Skip to content

Commit 5ab51a3

Browse files
authored
Merge pull request #839 from agdillon/master
add missing word
2 parents cdb0a69 + 939520c commit 5ab51a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/11-async/03-promise-chaining/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Now right after `setTimeout` runs `img.remove()`, it calls `resolve(githubUser)`
344344

345345
As a rule, an asynchronous action should always return a promise.
346346

347-
That makes possible to plan actions after it. Even if we don't plan to extend the chain now, we may need it later.
347+
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.
348348

349349
Finally, we can split the code into reusable functions:
350350

0 commit comments

Comments
 (0)