From 5a817271807912803211d6a8303c8ffde3fb5fc8 Mon Sep 17 00:00:00 2001 From: Kamil Szymanski Date: Sun, 17 Apr 2016 17:20:43 +0200 Subject: [PATCH] MVC docs polishing --- src/asciidoc/web-mvc.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/asciidoc/web-mvc.adoc b/src/asciidoc/web-mvc.adoc index c0b7c8cb0e..5e001e2a0f 100644 --- a/src/asciidoc/web-mvc.adoc +++ b/src/asciidoc/web-mvc.adoc @@ -4688,9 +4688,9 @@ the MVC Java config and the MVC XML namespace. The MVC Java config and the MVC namespace provide similar default configuration that overrides the `DispatcherServlet` defaults. The goal is to spare most applications from -having to having to create the same configuration and also to provide higher-level -constructs for configuring Spring MVC that serve as a simple starting point and require -little or no prior knowledge of the underlying configuration. +having to create the same configuration and also to provide higher-level constructs for +configuring Spring MVC that serve as a simple starting point and require little or no +prior knowledge of the underlying configuration. You can choose either the MVC Java config or the MVC namespace depending on your preference. Also as you will see further below, with the MVC Java config it is easier to