Fix a typo in beanvalidation.adoc

ContraintViolation => ConstraintViolation

Closes gh-33846
This commit is contained in:
Hosam Aly 2024-11-05 18:26:29 +00:00 committed by Sébastien Deleuze
parent 0beb56a58c
commit 4ef2b429e0
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ Kotlin::
When used as `org.springframework.validation.Validator`, `LocalValidatorFactoryBean`
invokes the underlying `jakarta.validation.Validator`, and then adapts
``ContraintViolation``s to ``FieldError``s, and registers them with the `Errors` object
``ConstraintViolation``s to ``FieldError``s, and registers them with the `Errors` object
passed into the `validate` method.