]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix typo (#10295)
authorMikko Inkinen <mikkoi@vaadin.com>
Mon, 6 Nov 2017 13:15:55 +0000 (15:15 +0200)
committerPekka Maanpää <pekkamaa@vaadin.com>
Mon, 6 Nov 2017 13:15:55 +0000 (15:15 +0200)
documentation/datamodel/datamodel-forms.asciidoc

index a565e2ed01d4791f98f21e5fa27fd4088f385e48..2987e9ac1d2cfb0f30247f98dd1405d7370e0fb0 100644 (file)
@@ -95,7 +95,7 @@ binder.bind(nameField,
 == Validating and Converting User Input
 
 `Binder` supports checking the validity of the user's input and converting the values between the type used in business objects and the bound UI components.
-These to concepts go hand in hand since validation can be based on a converted value, and being able to convert a value is a kind of validation.
+These two concepts go hand in hand since validation can be based on a converted value, and being able to convert a value is a kind of validation.
 
 [[datamodel.forms.validation]]
 === Validation