From 7a75b945565261f85e059abc74cba1e115bc1e20 Mon Sep 17 00:00:00 2001 From: "Lee, Kyutae" Date: Sat, 23 Apr 2022 16:53:44 +0900 Subject: [PATCH] Fix typo in reference docs regarding RequestMappingHandlerAdapter Closes gh-28370 --- 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 3cee5f9c9e..c8bfe6f0b7 100644 --- a/src/docs/asciidoc/integration.adoc +++ b/src/docs/asciidoc/integration.adoc @@ -218,7 +218,7 @@ on the server side (for example, in Spring MVC REST controllers). Concrete implementations for the main media (MIME) types are provided in the framework and are, by default, registered with the `RestTemplate` on the client side and with -`RequestMethodHandlerAdapter` on the server side (see +`RequestMappingHandlerAdapter` on the server side (see <>). The implementations of `HttpMessageConverter` are described in the following sections.