Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/requestinit' into requestinit
Browse files Browse the repository at this point in the history
* origin/requestinit:
  Update files/en-us/web/api/requestinit/index.md
  • Loading branch information
wbamberg committed Jun 29, 2024
2 parents 3acb84d + a7b70ab commit a346a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/requestinit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ async function post() {
In this case the request will be sent with the following options:

- `method: "POST"`
- `headers: ["Content-Type": "application/json"]`
- `headers: {"Content-Type": "application/json"}`
- `body: '{"username":"example2"}'`
- `referrer: ""`

Expand Down

0 comments on commit a346a00

Please sign in to comment.