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 c048701 + 849d7a3 commit 745fff5Copy full SHA for 745fff5
5-network/01-fetch/01-fetch-users/task.md
@@ -1,8 +1,8 @@
1
# Fetch users from GitHub
2
3
-Create an async function `getUsers(names)`, that gets an array of GitHub logins, fetche the users from GitHub and returns an array of GitHub users.
+Create an async function `getUsers(names)`, that gets an array of GitHub logins, fetches the users from GitHub and returns an array of GitHub users.
4
5
-The GitHub url with user informaiton for the given `USERNAME` is: `https://api.github.com/users/USERNAME`.
+The GitHub url with user information for the given `USERNAME` is: `https://api.github.com/users/USERNAME`.
6
7
There's a test example in the sandbox.
8
0 commit comments