Skip to content

Commit 0c714e3

Browse files
committed
Fix documentation syntax issue
See gh-16917
1 parent b068742 commit 0c714e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework-docs/modules/ROOT/pages/core/validation/beanvalidation.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ xref:web/webflux/ann-rest-exceptions.adoc[Error Responses] sections.
338338

339339

340340
[[validation-beanvalidation-spring-method-exceptions]]
341-
==== Method Validation Exceptions
341+
=== Method Validation Exceptions
342342

343343
By default, `jakarta.validation.ConstraintViolationException` is raised with the set of
344344
``ConstraintViolation``s returned by `jakarata.validation.Validator`. As an alternative,
@@ -386,7 +386,7 @@ implements `org.springframework.validation.Errors` and exposes validation errors
386386

387387

388388
[[validation-beanvalidation-spring-method-i18n]]
389-
==== Customizing Validation Errors
389+
=== Customizing Validation Errors
390390

391391
The adapted `MessageSourceResolvable` errors can be turned into error messages to
392392
display to users through the configured `MessageSource` with locale and language specific

0 commit comments

Comments
 (0)