We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2aab0b + ae70a51 commit d07a658Copy full SHA for d07a658
README.md
@@ -4,7 +4,7 @@
4
[](https://rubygems.org/gems/faraday-retry)
5
[](LICENSE.md)
6
7
-CatcThe `Retry` middleware automatically retries requests that fail due to intermittent client
+The `Retry` middleware automatically retries requests that fail due to intermittent client
8
or server errors (such as network hiccups).
9
By default, it retries 2 times and handles only timeout exceptions.
10
It can be configured with an arbitrary number of retries, a list of exceptions to handle,
0 commit comments