From b624f82f638a985458853e415bfb9078251d22dc Mon Sep 17 00:00:00 2001 From: Yanming Zhou Date: Wed, 17 Sep 2025 08:42:47 +0800 Subject: [PATCH] Fix typo 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 18251c83668f..ea763c9a1f1e 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.