From e8d24ae693ee596c61397b4b4bea95ca0a31ef84 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 26 Sep 2022 13:39:51 +0200 Subject: [PATCH] Fix HTTP interface section title in ref docs --- src/docs/asciidoc/integration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/integration.adoc b/src/docs/asciidoc/integration.adoc index f69d21f3125..fb8990461da 100644 --- a/src/docs/asciidoc/integration.adoc +++ b/src/docs/asciidoc/integration.adoc @@ -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