diff --git a/spring-framework-reference/src/validation.xml b/spring-framework-reference/src/validation.xml index b7612cdaed3..56b78ae718e 100644 --- a/spring-framework-reference/src/validation.xml +++ b/spring-framework-reference/src/validation.xml @@ -1253,7 +1253,7 @@ public interface FormatterRegistry { A custom ConversionService instance is often constructed by a FactoryBean that internally registers custom Formatters and Converters programatically before the ConversionService is returned. - See FormatingConversionServiceFactoryBean for an example. + See FormattingConversionServiceFactoryBean for an example.