Skip to content

Commit

Permalink
Fix a typo in beanvalidation.adoc
Browse files Browse the repository at this point in the history
ContraintViolation => ConstraintViolation

Closes gh-33846
  • Loading branch information
hosamaly authored and sdeleuze committed Nov 6, 2024
1 parent 0beb56a commit 4ef2b42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 4ef2b42

Please sign in to comment.