Merge pull request #2044 from chendy560

* pr/2044:
  Fix typo
This commit is contained in:
Stephane Nicoll
2018-12-08 16:03:17 +01:00

View File

@@ -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