Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Update docs/content/3.api/1.composables/use-request-headers.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Roe <[email protected]>
  • Loading branch information
Krutie and danielroe authored Nov 9, 2022
1 parent 5073709 commit a16e5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.api/1.composables/use-request-headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In the browser, `useRequestHeaders` will return an empty object.

We can use `useRequestHeaders` to access and proxy the initial request's `authorization` header to any future internal requests during SSR.

The example below adds an `authorization` request headers to an isomorphic `$fetch` call.
The example below adds the `authorization` request header to an isomorphic `$fetch` call.

```vue [pages/some-page.vue]
<script setup>
Expand Down

0 comments on commit a16e5eb

Please sign in to comment.