diff --git a/spring-framework-reference/src/validation.xml b/spring-framework-reference/src/validation.xml index 5ea50ecbe60..b9bb40e6951 100644 --- a/spring-framework-reference/src/validation.xml +++ b/spring-framework-reference/src/validation.xml @@ -1465,7 +1465,7 @@ public class MyController { Spring 3 Object Mapping There are scenarios, particularly in large message-oriented business applications, where data and object transformation is required. - For example, consider a complex Web Service where there a separation exists between the data exchange model and the internal domain model used to structure business logic. + For example, consider a complex Web Service where there is a separation between the data exchange model and the internal domain model used to structure business logic. In cases like this, a general-purpose data mapping facility can be useful for automating the mapping between these disparate models. Spring 3 introduces such a facility built on the Spring Expression Language (SpEl). This facility is described in this section.