We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd6861e + 1236996 commit 12a5cb0Copy full SHA for 12a5cb0
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 requests to GitHub, load the user profile and show the avatar:
+For instance, we can make one more request to GitHub, load the user profile and show the avatar:
269
270
```js run
271
// Make a request for user.json
0 commit comments