From ccb0a30169f7a5ce879c1990452c2f5929b4b6c9 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 25 Jul 2009 23:03:24 +0000 Subject: [PATCH] fixed minor typo --- 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 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.