summaryrefslogtreecommitdiffstats
path: root/documentation/datamodel
diff options
context:
space:
mode:
authorMaciej Aleksandrowicz <macvek@gmail.com>2017-03-09 07:43:00 +0100
committerPekka Hyvönen <pekka@vaadin.com>2017-03-09 08:43:00 +0200
commit8caaca54014d26214871d505b421b20b7e799283 (patch)
tree8dd4337508ce653fc3445a083ef53aa6aeeb06d9 /documentation/datamodel
parentd1282e8734bccf78250554665a13dfffcc14deb7 (diff)
downloadvaadin-framework-8caaca54014d26214871d505b421b20b7e799283.tar.gz
vaadin-framework-8caaca54014d26214871d505b421b20b7e799283.zip
Fix typo in documentation (#8784)
Diffstat (limited to 'documentation/datamodel')
-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]