Fix type in "what's new in 3.2" section

Issue: SPR-10283
This commit is contained in:
Phillip Webb
2013-02-12 22:43:40 -08:00
parent e551f0408d
commit 39c6341cea

View File

@@ -120,7 +120,7 @@
<interfacename>@ExceptionHandler</interfacename> method that handles
standard Spring MVC exceptions and returns a
<classname>ResponseEntity</classname> that allowing customizing and
writing the response with HTTP message converters. This servers as an
writing the response with HTTP message converters. This serves as an
alternative to the <classname>DefaultHandlerExceptionResolver</classname>,
which does the same but returns a <classname>ModelAndView</classname>
instead.</para>