diff --git a/docs/api/fetch.md b/docs/api/fetch.md index 3a69755488..c6272cfd40 100644 --- a/docs/api/fetch.md +++ b/docs/api/fetch.md @@ -320,7 +320,7 @@ Bun automatically sets the `Content-Type` header for request bodies when not exp - For `Blob` objects, uses the blob's `type` - For `FormData`, sets appropriate multipart boundary -- For JSON objects, sets `application/json` +- When `Response.json(value)` is used, sets `application/json` ## Debugging