From 39c6341cea50f0b5e2c88b72b292240eae2c581f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 12 Feb 2013 22:43:40 -0800 Subject: [PATCH] Fix type in "what's new in 3.2" section Issue: SPR-10283 --- src/reference/docbook/new-in-3.2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/docbook/new-in-3.2.xml b/src/reference/docbook/new-in-3.2.xml index 4ffd3cf6cd..8d403c6ead 100644 --- a/src/reference/docbook/new-in-3.2.xml +++ b/src/reference/docbook/new-in-3.2.xml @@ -120,7 +120,7 @@ @ExceptionHandler method that handles standard Spring MVC exceptions and returns a ResponseEntity 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 DefaultHandlerExceptionResolver, which does the same but returns a ModelAndView instead.