From 663e51976e7671ba3dd10c26c4a0616a2995d1de Mon Sep 17 00:00:00 2001 From: Maciej Aleksandrowicz Date: Thu, 9 Mar 2017 07:43:00 +0100 Subject: Fix typo in documentation (#8784) --- documentation/datamodel/datamodel-forms.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/datamodel/datamodel-forms.asciidoc b/documentation/datamodel/datamodel-forms.asciidoc index 2d1b81ea06..3db83d6436 100644 --- a/documentation/datamodel/datamodel-forms.asciidoc +++ b/documentation/datamodel/datamodel-forms.asciidoc @@ -228,7 +228,7 @@ binder.forField(salaryLevelField) Multiple validators and converters can be used for building one binding. Each validator or converter is used in the order they were defined for a value provided by the user. -The value is passed along until a final converted value is stored in the business objet, or until the first validation error or impossible conversion is encountered. +The value is passed along until a final converted value is stored in the business object, or until the first validation error or impossible conversion is encountered. When updating the UI components, values from the business object are passed through each converter in the reverse order without doing any validation. [NOTE] -- cgit v1.2.3