Fix typo in reference docs regarding RequestMappingHandlerAdapter

Closes gh-28370
This commit is contained in:
Lee, Kyutae
2022-05-05 16:31:40 +02:00
committed by Sam Brannen
parent ab71ff93bb
commit 7a75b94556
+1 -1
View File
@@ -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
<<web.adoc#mvc-config-message-converters, Configuring Message Converters>>).
The implementations of `HttpMessageConverter` are described in the following sections.