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 665b8eb + 43ff24e commit 9add5e7Copy full SHA for 9add5e7
5-network/01-fetch/01-fetch-users/solution.md
@@ -3,7 +3,7 @@ To fetch a user we need: `fetch('https://api.github.com/users/USERNAME')`.
3
4
If the response has status `200`, call `.json()` to read the JS object.
5
6
-Otherwise, if a `fetch` fails, or the response has non-200 status, we just return `null` in the resulting arrray.
+Otherwise, if a `fetch` fails, or the response has non-200 status, we just return `null` in the resulting array.
7
8
So here's the code:
9
0 commit comments