From da36d41c06b1fe82857b0d6ca96313ddfb2ba35b Mon Sep 17 00:00:00 2001 From: Mikko Inkinen Date: Mon, 6 Nov 2017 15:15:55 +0200 Subject: Fix typo (#10295) --- 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 a565e2ed01..2987e9ac1d 100644 --- a/documentation/datamodel/datamodel-forms.asciidoc +++ b/documentation/datamodel/datamodel-forms.asciidoc @@ -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 -- cgit v1.2.3