We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec055da commit 00c7002Copy full SHA for 00c7002
framework-docs/modules/ROOT/pages/core/validation/beanvalidation.adoc
@@ -438,7 +438,7 @@ A `ConstraintViolation` on `Person.name()` is adapted to a `FieldError` with the
438
To customize the default message, you can add properties to
439
xref:core/beans/context-introduction.adoc#context-functionality-messagesource[MessageSource]
440
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
+message argument `"name"` is itself a `MessageSourceResolvable` with error codes
442
`"student.name"` and `"name"` and can customized too. For example:
443
444
Properties::
0 commit comments