Skip to content

Commit

Permalink
docs: Update Multi API Example
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCCC committed Sep 22, 2024
1 parent fb01eff commit 944c686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const api = createApiFetcher({
getUser: {
url: '/user-details/:id/',
method: 'GET',
// Each endpoints accepts all settings declaratively
// Each endpoint accepts all settings declaratively
retry: { retries: 3, delay: 2000 },
timeout: 5000,
cancellable: true,
Expand Down

0 comments on commit 944c686

Please sign in to comment.