We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6a779 commit 542ba35Copy full SHA for 542ba35
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