Skip to content

Commit 7767160

Browse files
committed
Merge pull request #827 from Youmoo/Youmoo-patch-1
fix typo in reference documentation
2 parents ba48d64 + 2fe6ddd commit 7767160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asciidoc/core-validation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ There are pros and cons for considering validation as business logic, and Spring
2525
a design for validation (and data binding) that does not exclude either one of them.
2626
Specifically validation should not be tied to the web tier, should be easy to localize
2727
and it should be possible to plug in any validator available. Considering the above,
28-
Spring has come up with a `Validator` interface that is both basic ands eminently usable
28+
Spring has come up with a `Validator` interface that is both basic and eminently usable
2929
in every layer of an application.
3030

3131
Data binding is useful for allowing user input to be dynamically bound to the domain

0 commit comments

Comments
 (0)