From 4cad4b4d04a9525eca2c73831ee588a5d8232f5a Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 25 Jul 2009 23:03:24 +0000 Subject: [PATCH] fixed minor typo git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1623 50f2f4bb-b051-0410-bef5-90022cba6387 --- spring-framework-reference/src/mvc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/mvc.xml b/spring-framework-reference/src/mvc.xml index a20516bd740..80252bbd653 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.