We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26b393a + 59a2f34 commit 7cb6387Copy full SHA for 7cb6387
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 or 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