Skip to content

Commit 2724c6d

Browse files
jmondojhoeller
authored andcommitted
Update beanvalidation.adoc
FieldErrro to FieldError
1 parent f7e5c9f commit 2724c6d

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ Kotlin::
429429
----
430430
======
431431

432-
A `ConstraintViolation` on `Person.name()` is adapted to a `FieldErrro` with the following:
432+
A `ConstraintViolation` on `Person.name()` is adapted to a `FieldError` with the following:
433433

434434
- Error codes `"Size.student.name"`, `"Size.name"`, `"Size.java.lang.String"`, and `"Size"`
435435
- Message arguments `"name"`, `10`, and `1` (the field name and the constraint attributes)

0 commit comments

Comments
 (0)