We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87c93d3 + 542ba35 commit 967800aCopy full SHA for 967800a
framework-docs/modules/ROOT/pages/core/validation/beanvalidation.adoc
@@ -341,7 +341,7 @@ xref:web/webflux/ann-rest-exceptions.adoc[Error Responses] sections.
341
=== Method Validation Exceptions
342
343
By default, `jakarta.validation.ConstraintViolationException` is raised with the set of
344
-``ConstraintViolation``s returned by `jakarata.validation.Validator`. As an alternative,
+``ConstraintViolation``s returned by `jakarta.validation.Validator`. As an alternative,
345
you can have `MethodValidationException` raised instead with ``ConstraintViolation``s
346
adapted to `MessageSourceResolvable` errors. To enable set the following flag:
347
0 commit comments