From 2724c6d8fe68a05c9d1020899e653be6b338182d Mon Sep 17 00:00:00 2001 From: John Gesimondo Date: Wed, 7 Feb 2024 13:33:43 -0800 Subject: [PATCH] Update beanvalidation.adoc FieldErrro to FieldError --- .../modules/ROOT/pages/core/validation/beanvalidation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/core/validation/beanvalidation.adoc b/framework-docs/modules/ROOT/pages/core/validation/beanvalidation.adoc index 387bf83192..ae12ee8ea2 100644 --- a/framework-docs/modules/ROOT/pages/core/validation/beanvalidation.adoc +++ b/framework-docs/modules/ROOT/pages/core/validation/beanvalidation.adoc @@ -429,7 +429,7 @@ Kotlin:: ---- ====== -A `ConstraintViolation` on `Person.name()` is adapted to a `FieldErrro` with the following: +A `ConstraintViolation` on `Person.name()` is adapted to a `FieldError` with the following: - Error codes `"Size.student.name"`, `"Size.name"`, `"Size.java.lang.String"`, and `"Size"` - Message arguments `"name"`, `10`, and `1` (the field name and the constraint attributes)