We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0beb56a commit 4ef2b42Copy full SHA for 4ef2b42
framework-docs/modules/ROOT/pages/core/validation/beanvalidation.adoc
@@ -196,7 +196,7 @@ Kotlin::
196
197
When used as `org.springframework.validation.Validator`, `LocalValidatorFactoryBean`
198
invokes the underlying `jakarta.validation.Validator`, and then adapts
199
-``ContraintViolation``s to ``FieldError``s, and registers them with the `Errors` object
+``ConstraintViolation``s to ``FieldError``s, and registers them with the `Errors` object
200
passed into the `validate` method.
201
202
0 commit comments