Skip to content

Commit 542ba35

Browse files
ozooxosbrannen
authored andcommitted
Fix typo in Jakarta validation documentation
Closes gh-32928
1 parent 8c6a779 commit 542ba35

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
@@ -341,7 +341,7 @@ xref:web/webflux/ann-rest-exceptions.adoc[Error Responses] sections.
341341
=== Method Validation Exceptions
342342

343343
By default, `jakarta.validation.ConstraintViolationException` is raised with the set of
344-
``ConstraintViolation``s returned by `jakarata.validation.Validator`. As an alternative,
344+
``ConstraintViolation``s returned by `jakarta.validation.Validator`. As an alternative,
345345
you can have `MethodValidationException` raised instead with ``ConstraintViolation``s
346346
adapted to `MessageSourceResolvable` errors. To enable set the following flag:
347347

0 commit comments

Comments
 (0)