From 017892265eba075fb76fc4e071b35ad13be69c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A1=B0=ED=98=95=EC=A4=80?= Date: Sat, 28 Feb 2026 22:16:14 +0900 Subject: [PATCH] Fix typo in WebMvcConfigurationSupport Javadoc Closes gh-#36399 Signed-off-by: jun --- .../servlet/config/annotation/WebMvcConfigurationSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupport.java b/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupport.java index 62f9301461c..242e416cded 100644 --- a/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupport.java +++ b/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupport.java @@ -884,7 +884,7 @@ public class WebMvcConfigurationSupport implements ApplicationContextAware, Serv } /** - * Override this method to add custom {@link HttpMessageConverter messsage converters} + * Override this method to add custom {@link HttpMessageConverter message converters} * to use with the {@link RequestMappingHandlerAdapter} and the * {@link ExceptionHandlerExceptionResolver}. *

Adding converters to the list turns off the default converters that would