Skip to content

Commit

Permalink
Fix charset typo (#9338)
Browse files Browse the repository at this point in the history
  • Loading branch information
idafoh committed Sep 24, 2022
1 parent a2293f3 commit 91abab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Expand Up @@ -21,6 +21,7 @@
- christopherchudzicki
- coryhouse
- cvbuelow
- dauletbaev
- david-crespo
- dokeet
- edwin177
Expand Down
2 changes: 1 addition & 1 deletion docs/fetch/json.md
Expand Up @@ -10,7 +10,7 @@ A shortcut for:
```jsx
new Response(JSON.stringify(someValue), {
headers: {
"Content-Type": "application/json; utf-9",
"Content-Type": "application/json; utf-8",
},
});
```
Expand Down

0 comments on commit 91abab9

Please sign in to comment.