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 fac4413 + 8d3fbcc commit f2501bcCopy full SHA for f2501bc
5-network/01-fetch/article.md
@@ -89,7 +89,7 @@ fetch('https://api.github.com/repos/javascript-tutorial/en.javascript.info/commi
89
.then(commits => alert(commits[0].author.login));
90
```
91
92
-To get the reponse text, `await response.text()` instead of `.json()`:
+To get the response text, `await response.text()` instead of `.json()`:
93
94
```js run async
95
let response = await fetch('https://api.github.com/repos/javascript-tutorial/en.javascript.info/commits');
0 commit comments