diff --git a/docs/content/en/options.md b/docs/content/en/options.md index e193c4f..8634768 100644 --- a/docs/content/en/options.md +++ b/docs/content/en/options.md @@ -179,7 +179,7 @@ Ignoring headers like `x-forwarded-host` is necessary to avoid confusing reverse Headers added to all requests. If provided, will be merged with the defaults. ```js -{ +headers:{ common: { 'Accept': 'application/json, text/plain, */*' },