Browse Source

Merge pull request #47234 from quaff

* pr/47234:
  Fix typo

Closes gh-47234
pull/47268/head
Stéphane Nicoll 6 months ago
parent
commit
780adbf61c
  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

@ -413,7 +413,7 @@ Configuration properties for HTTP Services can be specified under `spring.http.c @@ -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.

Loading…
Cancel
Save