From 1762a6a59fecd64fbe1a9adea9ad5294d464e205 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 29 Dec 2016 19:44:31 -0500 Subject: [PATCH] Fixed typo in 'enabled' --- docs/src/main/asciidoc/spring-cloud-commons.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-commons.adoc b/docs/src/main/asciidoc/spring-cloud-commons.adoc index bcdc27e0..b8e4c6f9 100644 --- a/docs/src/main/asciidoc/spring-cloud-commons.adoc +++ b/docs/src/main/asciidoc/spring-cloud-commons.adoc @@ -363,7 +363,7 @@ for details of how the `RestTemplate` is set up. A load balanced `RestTemplate` can be configured to retry failed requests. By default this logic is disabled, you can enable it by setting -`spring.cloud.loadbalancer.retry.enable=true`. The load balanced `RestTemplate` will +`spring.cloud.loadbalancer.retry.enabled=true`. The load balanced `RestTemplate` will honor some of the Ribbon configuration values related to retrying failed requests. The properties you can use are `client.ribbon.MaxAutoRetries`, `client.ribbon.MaxAutoRetriesNextServer`, and `client.ribbon.OkToRetryOnAllOperations`.