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`