Skip to content

Commit fb98d74

Browse files
committed
Merge branch '6.1.x'
2 parents 7e1d6fe + 4ef2b42 commit fb98d74

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

+1-1
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)