Fix typos in Web MVC chapter

master
Sam Brannen 9 years ago
parent 333cfeb6f0
commit 6a4cc7e681
  1. 2
      src/asciidoc/web-mvc.adoc

@ -4695,7 +4695,7 @@ plugged into Spring MVC as a global validator as described next.
By default use of `@EnableWebMvc` or `<mvc:annotation-driven>` automatically registers Bean
Validation support in Spring MVC through the `LocalValidatorFactoryBean` when a Bean Validation
provider is such as Hibernate Validator is detected on the classpath.
provider such as Hibernate Validator is detected on the classpath.
[NOTE]
====

Loading…
Cancel
Save