Skip to content

Commit 2713f28

Browse files
Fix typo in declarative HTTP interfaces docs
Closes gh-28431
1 parent d2b6743 commit 2713f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/integration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ If necessary the `Content-Type` may also be set explicitly.
366366
[[rest-http-interface]]
367367
=== HTTP Interface
368368

369-
The Spring Frameworks lets you define an HTTP service as a Java interface with annotated
369+
The Spring Framework lets you define an HTTP service as a Java interface with annotated
370370
methods for HTTP exchanges. You can then generate a proxy that implements this interface
371371
and performs the exchanges. This helps to simplify HTTP remote access which often
372372
involves a facade that wraps the details of using the underlying HTTP client.

0 commit comments

Comments
 (0)