Skip to content

Commit a59a338

Browse files
dreis2211snicoll
authored andcommitted
Polish documentation format
See gh-24462
1 parent 51b8ba3 commit a59a338

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/docs/asciidoc/core/core-validation.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,6 +1618,7 @@ the Spring Validation API, as the following example shows:
16181618
==== Configuring Custom Constraints
16191619

16201620
Each bean validation constraint consists of two parts:
1621+
16211622
* A `@Constraint` annotation
16221623
that declares the constraint and its configurable properties.
16231624
* An implementation

src/docs/asciidoc/web/webflux.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3102,7 +3102,7 @@ use `FormatterRegistrar` implementations.
31023102
By default, if <<core.adoc#validation-beanvalidation-overview, Bean Validation>> is present
31033103
on the classpath (for example, the Hibernate Validator), the `LocalValidatorFactoryBean`
31043104
is registered as a global <<core.adoc#validator,validator>> for use with `@Valid` and
3105-
`Validated` on `@Controller` method arguments.
3105+
`@Validated` on `@Controller` method arguments.
31063106

31073107
In your Java configuration, you can customize the global `Validator` instance,
31083108
as the following example shows:

0 commit comments

Comments
 (0)