From 547d61208c3d7c58ad9a260f4c66355ca900b3b0 Mon Sep 17 00:00:00 2001 From: mortezahatamikia-code <118682604+mortezahatamikia-code@users.noreply.github.com> Date: Mon, 21 Nov 2022 19:20:49 +0330 Subject: [PATCH] docs: add space between sentences (#9207) * Update fix a typo just added a space before "Here's a list of..." for a better reading experience * docs: add to single paragraph Co-authored-by: Daniel Roe --- 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 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`