From 2fe6dddbf3d0600014846cf51a80b0698b97c3c1 Mon Sep 17 00:00:00 2001 From: youmoo Date: Fri, 26 Jun 2015 16:04:14 +0800 Subject: [PATCH] fix typo --- src/asciidoc/core-validation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/core-validation.adoc b/src/asciidoc/core-validation.adoc index 7184567caf..4666622861 100644 --- a/src/asciidoc/core-validation.adoc +++ b/src/asciidoc/core-validation.adoc @@ -25,7 +25,7 @@ There are pros and cons for considering validation as business logic, and Spring a design for validation (and data binding) that does not exclude either one of them. Specifically validation should not be tied to the web tier, should be easy to localize and it should be possible to plug in any validator available. Considering the above, -Spring has come up with a `Validator` interface that is both basic ands eminently usable +Spring has come up with a `Validator` interface that is both basic and eminently usable in every layer of an application. Data binding is useful for allowing user input to be dynamically bound to the domain