Skip to content

Commit 7a75b94

Browse files
gorisansonsbrannen
authored andcommitted
Fix typo in reference docs regarding RequestMappingHandlerAdapter
Closes gh-28370
1 parent ab71ff9 commit 7a75b94

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
@@ -218,7 +218,7 @@ on the server side (for example, in Spring MVC REST controllers).
218218

219219
Concrete implementations for the main media (MIME) types are provided in the framework
220220
and are, by default, registered with the `RestTemplate` on the client side and with
221-
`RequestMethodHandlerAdapter` on the server side (see
221+
`RequestMappingHandlerAdapter` on the server side (see
222222
<<web.adoc#mvc-config-message-converters, Configuring Message Converters>>).
223223

224224
The implementations of `HttpMessageConverter` are described in the following sections.

0 commit comments

Comments
 (0)