From f85ab600a85a740ebaf20982c67788e2384d245d Mon Sep 17 00:00:00 2001 From: Matthew McGarvey Date: Thu, 29 Nov 2018 12:55:15 -0600 Subject: [PATCH] Fix type in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d8c994da..87d5caf85 100644 --- a/README.md +++ b/README.md @@ -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