Skip to content

Commit

Permalink
docs: add space between sentences (nuxt#9207)
Browse files Browse the repository at this point in the history
* 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 <daniel@roe.dev>
  • Loading branch information
mortezahatamikia-code and danielroe authored Nov 21, 2022
1 parent 177d63d commit 547d612
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/content/1.docs/1.getting-started/6.data-fetching.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 547d612

Please sign in to comment.