From c04e9101988fa17a82c5b38acb7f9d360dff9751 Mon Sep 17 00:00:00 2001 From: Shaun Date: Tue, 20 Jan 2026 15:00:05 +0100 Subject: [PATCH] Fix typo in REST client documentation See gh-48907 Signed-off-by: Shaun --- .../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 8fd926c2db8..944c7b8a00e 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 @@ -228,7 +228,7 @@ In order of preference, the following clients are supported: . JDK client (`java.net.http.HttpClient`) . Simple JDK client (`java.net.HttpURLConnection`) -If multiple clients are available on the classpath, and not global configuration is provided, the most preferred client will be used. +If multiple clients are available on the classpath, and no global configuration is provided, the most preferred client will be used.