diff --git a/spring-framework-reference/src/mvc.xml b/spring-framework-reference/src/mvc.xml index 0556e336d07..992a2361605 100644 --- a/spring-framework-reference/src/mvc.xml +++ b/spring-framework-reference/src/mvc.xml @@ -1004,7 +1004,7 @@ public class RelativePathUriTemplateController { - @PathVariabe annotated parameters + @PathVariable annotated parameters for access to URI template variables. See .