Fix typo in declarative HTTP interfaces docs

Closes gh-28431
This commit is contained in:
Maciej Walkowiak 2022-05-09 14:12:51 +02:00 committed by GitHub
parent d2b674391a
commit 2713f28c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ If necessary the `Content-Type` may also be set explicitly.
[[rest-http-interface]] [[rest-http-interface]]
=== HTTP Interface === HTTP Interface
The Spring Frameworks lets you define an HTTP service as a Java interface with annotated The Spring Framework lets you define an HTTP service as a Java interface with annotated
methods for HTTP exchanges. You can then generate a proxy that implements this interface methods for HTTP exchanges. You can then generate a proxy that implements this interface
and performs the exchanges. This helps to simplify HTTP remote access which often and performs the exchanges. This helps to simplify HTTP remote access which often
involves a facade that wraps the details of using the underlying HTTP client. involves a facade that wraps the details of using the underlying HTTP client.