diff --git a/docs/docs/@fetch-mock/core/configuration.md b/docs/docs/@fetch-mock/core/configuration.md index 96773735..fee495a4 100644 --- a/docs/docs/@fetch-mock/core/configuration.md +++ b/docs/docs/@fetch-mock/core/configuration.md @@ -19,7 +19,7 @@ Options marked with a `†` can also be overridden for individual calls to `.moc `{Boolean}` default: `true` -Sets a `Content-Length` header on each response. +Sets a `Content-Length` header on each response, with the exception of responses whose body is a `FormData` or `ReadableStream` instance as these are hard/impossible to calculate up front. ### matchPartialBody