Skip to content

Commit

Permalink
Merge pull request #297 from in-tech-gration/master
Browse files Browse the repository at this point in the history
Fixed typo: Liner -> Linear
  • Loading branch information
mindhells authored Feb 10, 2025
2 parents d4d6d4f + 3be344d commit 4019333
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 @@ -32,7 +32,7 @@ axiosRetry(axios, { retryDelay: axiosRetry.noDelay });
// Exponential back-off retry delay between requests
axiosRetry(axios, { retryDelay: axiosRetry.exponentialDelay });

// Liner retry delay between requests; note the different function signature
// Linear retry delay between requests; note the different function signature
axiosRetry(axios, { retryDelay: axiosRetry.linearDelay() });

// Custom retry delay
Expand Down

0 comments on commit 4019333

Please sign in to comment.