Skip to content

Commit

Permalink
Fix type in README (OpenFeign#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McGarvey authored and velo committed Nov 29, 2018
1 parent 951fc39 commit 2793a31
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 @@ -753,7 +753,7 @@ public class Example {
All responses that result in an HTTP status not in the 2xx range will trigger the `ErrorDecoder`'s `decode` method, allowing
you to handle the response, wrap the failure into a custom exception or perform any additional processing.
If you want to retry the request again, throw a `RetryableException`. This will invoke the registered
`Retyer`.
`Retryer`.

### Retry
Feign, by default, will automatically retry `IOException`s, regardless of HTTP method, treating them as transient network
Expand Down

0 comments on commit 2793a31

Please sign in to comment.