diff --git a/spring-framework-reference/src/mvc.xml b/spring-framework-reference/src/mvc.xml index a20516bd74..80252bbd65 100644 --- a/spring-framework-reference/src/mvc.xml +++ b/spring-framework-reference/src/mvc.xml @@ -15,7 +15,7 @@ @RequestMapping annotations, offering a wide range of flexible handling methods. With the introduction of Spring 3.0, the @Controller mechanism also allows - your to create RESTful Web sites or application, though the + you to create RESTful Web sites or application, though the @PathVarariable annotation and other features.