Skip to content

Commit c8e1bdc

Browse files
Matthew McGarveyvelo
authored andcommitted
Fix type in README (#849)
1 parent bc04807 commit c8e1bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ public class Example {
753753
All responses that result in an HTTP status not in the 2xx range will trigger the `ErrorDecoder`'s `decode` method, allowing
754754
you to handle the response, wrap the failure into a custom exception or perform any additional processing.
755755
If you want to retry the request again, throw a `RetryableException`. This will invoke the registered
756-
`Retyer`.
756+
`Retryer`.
757757

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

0 commit comments

Comments
 (0)