Merge pull request #47234 from quaff

* pr/47234:
  Fix typo

Closes gh-47234
This commit is contained in:
Stéphane Nicoll 2025-09-17 09:11:01 +02:00
commit 780adbf61c
1 changed files with 1 additions and 1 deletions

View File

@ -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: You can use properties to configure aspects such as:
* The base URL. * The base URL.
* Any default default headers that should be sent. * Any default headers that should be sent.
* API versioning configuration. * API versioning configuration.
* Redirect settings. * Redirect settings.
* Connection and read timeouts. * Connection and read timeouts.