Browse Source

Fix typo

Closes gh-2044
pull/2047/head
chendayu 6 years ago committed by Stephane Nicoll
parent
commit
073f304db9
  1. 2
      src/docs/asciidoc/core/core-validation.adoc

2
src/docs/asciidoc/core/core-validation.adoc

@ -30,7 +30,7 @@ chapter. @@ -30,7 +30,7 @@ chapter.
.JSR-303/JSR-349 Bean Validation
****
As of version 4.0, Spring Frameworksupports Bean Validation 1.0 (JSR-303) and Bean Validation 1.1
As of version 4.0, Spring Framework supports Bean Validation 1.0 (JSR-303) and Bean Validation 1.1
(JSR-349) for setup support and adapting them to Spring's `Validator` interface.
An application can choose to enable Bean Validation once globally, as described in

Loading…
Cancel
Save