Skip to content

Commit 7cb6387

Browse files
authored
Merge pull request #2281 from vsemozhetbyt/patch-10
Fix a typo in 1.11.3 (Promises chaining)
2 parents 26b393a + 59a2f34 commit 7cb6387

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
@@ -265,7 +265,7 @@ fetch('/article/promise-chaining/user.json')
265265

266266
Now let's do something with the loaded user.
267267

268-
For instance, we can make one more requests to GitHub, load the user profile and show the avatar:
268+
For instance, we can make one or more requests to GitHub, load the user profile and show the avatar:
269269

270270
```js run
271271
// Make a request for user.json

0 commit comments

Comments
 (0)