Skip to content

Commit f2501bc

Browse files
authored
fix typo (#1520)
fix typo
2 parents fac4413 + 8d3fbcc commit f2501bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/01-fetch/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ fetch('https://api.github.com/repos/javascript-tutorial/en.javascript.info/commi
8989
.then(commits => alert(commits[0].author.login));
9090
```
9191

92-
To get the reponse text, `await response.text()` instead of `.json()`:
92+
To get the response text, `await response.text()` instead of `.json()`:
9393

9494
```js run async
9595
let response = await fetch('https://api.github.com/repos/javascript-tutorial/en.javascript.info/commits');

0 commit comments

Comments
 (0)