Browse Source

Merge pull request #827 from Youmoo/Youmoo-patch-1

fix typo in reference documentation
pull/832/head
Brian Clozel 11 years ago
parent
commit
776716087c
  1. 2
      src/asciidoc/core-validation.adoc

2
src/asciidoc/core-validation.adoc

@ -25,7 +25,7 @@ There are pros and cons for considering validation as business logic, and Spring @@ -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

Loading…
Cancel
Save