From 371d25558172311f3f8e8c46271917c9a5b96331 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 23 Sep 2013 16:03:23 -0700 Subject: [PATCH] Fix typo in MVC reference documentation Fix ContentNeogitatingViewResolver typo in MVC reference documentation. Issue: SPR-10927 --- src/reference/docbook/mvc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/docbook/mvc.xml b/src/reference/docbook/mvc.xml index df1a44c27b..135ddc6c14 100644 --- a/src/reference/docbook/mvc.xml +++ b/src/reference/docbook/mvc.xml @@ -4267,7 +4267,7 @@ public class SimpleController { response for example when providing a REST API. You can prepare a ModelAndView and render error content through view resolution -- i.e. by configuring a - ContentNeogitatingViewResolver, + ContentNegotiatingViewResolver, MappingJacksonJsonView, and so on. However, you may prefer to use @ExceptionHandler methods instead.