diff --git a/doc/reference/src/web-mvc3.xml b/doc/reference/src/web-mvc3.xml
index 794e954c..1eaff545 100644
--- a/doc/reference/src/web-mvc3.xml
+++ b/doc/reference/src/web-mvc3.xml
@@ -94,10 +94,9 @@
SpringMvcApplication class as shown in the following
snippet:
- public class MvcApplication : SpringMvcApplication
- {
-
- }
+ public class MvcApplication : SpringMvcApplication
+{
+}
Note that the SpringMvcApplication class is
abstract so that developers may only use it indirectly as a superclass
@@ -117,7 +116,7 @@
<configSections>
<sectionGroup name="spring">
- <section name="context" type="Spring.Context.Support.MvcContextHandler, Spring.Web.Mvc"/>
+ <section name="context" type="Spring.Context.Support.MvcContextHandler, Spring.Web.Mvc3"/>
</sectionGroup>
</configSections>