Skip to content

Commit 91abab9

Browse files
authored
Fix charset typo (#9338)
1 parent a2293f3 commit 91abab9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- christopherchudzicki
2222
- coryhouse
2323
- cvbuelow
24+
- dauletbaev
2425
- david-crespo
2526
- dokeet
2627
- edwin177

docs/fetch/json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A shortcut for:
1010
```jsx
1111
new Response(JSON.stringify(someValue), {
1212
headers: {
13-
"Content-Type": "application/json; utf-9",
13+
"Content-Type": "application/json; utf-8",
1414
},
1515
});
1616
```

0 commit comments

Comments
 (0)