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 <daniel@roe.dev>
This commit is contained in:
mortezahatamikia-code 2022-11-21 19:20:49 +03:30 committed by GitHub
parent 177d63dede
commit 547d61208c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`