Browse Source

minor typo

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2490 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Keith Donald 16 years ago
parent
commit
9ff7a03214
  1. 2
      spring-framework-reference/src/validation.xml

2
spring-framework-reference/src/validation.xml

@ -1253,7 +1253,7 @@ public interface FormatterRegistry { @@ -1253,7 +1253,7 @@ public interface FormatterRegistry {
</programlisting>
<para>
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.
</para>
</section>
</section>

Loading…
Cancel
Save