summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej Aleksandrowicz <macvek@gmail.com>2017-03-09 07:43:00 +0100
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-03-16 16:21:24 +0200
commit663e51976e7671ba3dd10c26c4a0616a2995d1de (patch)
treecbead02bcd4ae4a9fe7f4dd009df6e6ba25254b8
parentbe78ee2f5a93efff335a4bf5af174ce0b3aace29 (diff)
downloadvaadin-framework-663e51976e7671ba3dd10c26c4a0616a2995d1de.tar.gz
vaadin-framework-663e51976e7671ba3dd10c26c4a0616a2995d1de.zip
Fix typo in documentation (#8784)
-rw-r--r--documentation/datamodel/datamodel-forms.asciidoc2
1 files changed, 1 insertions, 1 deletions
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]