Browse Source

Fix typo in REST client documentation

See gh-48907

Signed-off-by: Shaun <shaun.haldane@gmail.com>
pull/48950/head
Shaun 2 weeks ago committed by Andy Wilkinson
parent
commit
c04e910198
  1. 2
      documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc

2
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: @@ -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.

Loading…
Cancel
Save