Skip to content

Commit

Permalink
Merge pull request #195 from lencioni/patch-1
Browse files Browse the repository at this point in the history
Add space in readme code snippet
  • Loading branch information
mindhells committed Mar 30, 2022
2 parents d7a4901 + 3b19b4f commit b419f2f
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 @@ -27,7 +27,7 @@ axios.get('http://example.com/test') // The first request fails and the second r
});

// Exponential back-off retry delay between requests
axiosRetry(axios, { retryDelay: axiosRetry.exponentialDelay});
axiosRetry(axios, { retryDelay: axiosRetry.exponentialDelay });

// Custom retry delay
axiosRetry(axios, { retryDelay: (retryCount) => {
Expand Down

0 comments on commit b419f2f

Please sign in to comment.