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

View File

@@ -366,7 +366,7 @@ If necessary the `Content-Type` may also be set explicitly.
[[rest-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
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.