Skip to content

Commit 1762a6a

Browse files
authored
Fixed typo in 'enabled'
1 parent 82175d1 commit 1762a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/spring-cloud-commons.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ for details of how the `RestTemplate` is set up.
363363

364364
A load balanced `RestTemplate` can be configured to retry failed requests.
365365
By default this logic is disabled, you can enable it by setting
366-
`spring.cloud.loadbalancer.retry.enable=true`. The load balanced `RestTemplate` will
366+
`spring.cloud.loadbalancer.retry.enabled=true`. The load balanced `RestTemplate` will
367367
honor some of the Ribbon configuration values related to retrying failed requests.
368368
The properties you can use are `client.ribbon.MaxAutoRetries`,
369369
`client.ribbon.MaxAutoRetriesNextServer`, and `client.ribbon.OkToRetryOnAllOperations`.

0 commit comments

Comments
 (0)