We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12a5cb0 + ca9a022 commit 032e18bCopy full SHA for 032e18b
1-js/11-async/03-promise-chaining/article.md
@@ -265,7 +265,7 @@ fetch('/article/promise-chaining/user.json')
265
266
Now let's do something with the loaded user.
267
268
-For instance, we can make one more request to GitHub, load the user profile and show the avatar:
+For instance, we can make one more requests to GitHub, load the user profile and show the avatar:
269
270
```js run
271
// Make a request for user.json
0 commit comments