Skip to content

Commit 52ac98e

Browse files
authored
Update beanvalidation.adoc: Fix a typo
ContraintViolation => ConstraintViolation
1 parent 7e1d6fe commit 52ac98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/core/validation/beanvalidation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Kotlin::
196196

197197
When used as `org.springframework.validation.Validator`, `LocalValidatorFactoryBean`
198198
invokes the underlying `jakarta.validation.Validator`, and then adapts
199-
``ContraintViolation``s to ``FieldError``s, and registers them with the `Errors` object
199+
``ConstraintViolation``s to ``FieldError``s, and registers them with the `Errors` object
200200
passed into the `validate` method.
201201

202202

0 commit comments

Comments
 (0)