From c37b1361c87ae458557176e70210db2eb67a6ff5 Mon Sep 17 00:00:00 2001 From: InvinciblenowYT <79261691+InvinciblenowYT@users.noreply.github.com> Date: Wed, 23 Nov 2022 16:15:41 +0100 Subject: [PATCH] docs: add missing space (#9276) --- docs/content/1.docs/1.getting-started/6.data-fetching.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/content/1.docs/1.getting-started/6.data-fetching.md b/docs/content/1.docs/1.getting-started/6.data-fetching.md index bf13c896df..21deac16df 100644 --- a/docs/content/1.docs/1.getting-started/6.data-fetching.md +++ b/docs/content/1.docs/1.getting-started/6.data-fetching.md @@ -240,9 +240,7 @@ const { data } = await useFetch('/api/me', { headers }) ``` ::alert{type="warning"} -Be very careful before proxying headers to an external API and just include headers that you need. - -Not all headers are safe to be bypassed and might introduce unwanted behavior. Here is a list of common headers that are NOT to be proxied: +Be very careful before proxying headers to an external API and just include headers that you need. Not all headers are safe to be bypassed and might introduce unwanted behavior. Here is a list of common headers that are NOT to be proxied: * `host`, `accept` * `content-length`, `content-md5`, `content-type`