Skip to content

Commit 939520c

Browse files
committed
add missing word
1 parent 3113f7d commit 939520c

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Now right after `setTimeout` runs `img.remove()`, it calls `resolve(githubUser)`
343343

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

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

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

0 commit comments

Comments
 (0)