From 74fe1aea310dd29a8dea154e3e92ee7d47180db4 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Wed, 22 Jan 2014 13:31:36 -0500 Subject: [PATCH] Fix typo in documentation --- src/asciidoc/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 28bfa45b2e..b23d6689bf 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -28791,7 +28791,7 @@ with MVC Java Config>> section describes how the `RequestMappingHandlerMapping` be customized. In the MVC namespace, the `` element has an -`enableMatrixVariables` attribute that should be set to `true`. By default it is set +`enable-matrix-variables` attribute that should be set to `true`. By default it is set to `false`. [source,xml,indent=0] @@ -28807,7 +28807,7 @@ to `false`. http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd"> - + ----