From c82d701a4ebcb06e1575d185f264fd2740f12796 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 (cherry picked from 371d25) --- 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 1b8a2e0c28..b4bd6eac52 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. -- GitLab