Fix HTTP interface section title in ref docs

This commit is contained in:
Brian Clozel
2022-09-26 13:39:51 +02:00
parent 2c0a9e0e30
commit e8d24ae693

View File

@@ -364,7 +364,7 @@ If necessary the `Content-Type` may also be set explicitly.
[[rest-http-interface]]
=== HTTP Interface
=== HTTP Interface
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