From fc15f6f8aef6f992bc9f6f3c3089527ae50308f0 Mon Sep 17 00:00:00 2001 From: mohamad68 Date: Wed, 12 Oct 2022 18:37:59 +0330 Subject: [PATCH] Update options.md --- docs/content/en/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, */*' },