Skip to content

Commit 745fff5

Browse files
authored
Merge pull request #1266 from snowcoding/patch-4
Update task.md
2 parents c048701 + 849d7a3 commit 745fff5

File tree

1 file changed

+2
-2
lines changed
  • 5-network/01-fetch/01-fetch-users

1 file changed

+2
-2
lines changed

5-network/01-fetch/01-fetch-users/task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Fetch users from GitHub
22

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.
3+
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.
44

5-
The GitHub url with user informaiton for the given `USERNAME` is: `https://api.github.com/users/USERNAME`.
5+
The GitHub url with user information for the given `USERNAME` is: `https://api.github.com/users/USERNAME`.
66

77
There's a test example in the sandbox.
88

0 commit comments

Comments
 (0)