diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc index 18251c83668..ea763c9a1f1 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc @@ -413,7 +413,7 @@ Configuration properties for HTTP Services can be specified under `spring.http.c You can use properties to configure aspects such as: * The base URL. -* Any default default headers that should be sent. +* Any default headers that should be sent. * API versioning configuration. * Redirect settings. * Connection and read timeouts.