Skip to content

Commit 00c7002

Browse files
MichaelKunzebclozel
authored andcommitted
Fix typo in class name
Closes gh-32664
1 parent ec055da commit 00c7002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ A `ConstraintViolation` on `Person.name()` is adapted to a `FieldError` with the
438438
To customize the default message, you can add properties to
439439
xref:core/beans/context-introduction.adoc#context-functionality-messagesource[MessageSource]
440440
resource bundles using any of the above errors codes and message arguments. Note also that the
441-
message argument `"name"` is itself a `MessagreSourceResolvable` with error codes
441+
message argument `"name"` is itself a `MessageSourceResolvable` with error codes
442442
`"student.name"` and `"name"` and can customized too. For example:
443443

444444
Properties::

0 commit comments

Comments
 (0)