From 612714f35e4aeeb04f719f0d5ee588cc7c64c0ca Mon Sep 17 00:00:00 2001 From: Yanming Zhou Date: Wed, 17 Sep 2025 08:42:47 +0800 Subject: [PATCH] Fix typo See gh-47234 Signed-off-by: Yanming Zhou --- .../src/docs/antora/modules/reference/pages/io/rest-client.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.