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-fetch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Aug 7, 2022
1 parent baf1344 commit 291fbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.api/1.composables/use-fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type UseFetchOptions = {
method?: string
params?: SearchParams
body?: RequestInit['body'] | Record<string, any>
headers?: {key: string, value: string}[]
headers?: { key: string, value: string }[]
baseURL?: string
server?: boolean
lazy?: boolean
Expand Down

0 comments on commit 291fbb6

Please sign in to comment.