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 c0d0301d23..bf13c896df 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 @@ -242,9 +242,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: +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`