Skip to content

Commit c82d701

Browse files
author
Phillip Webb
committed
Fix typo in MVC reference documentation
Fix ContentNeogitatingViewResolver typo in MVC reference documentation. Issue: SPR-10927 (cherry picked from 371d25)
1 parent d66cf0c commit c82d701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/docbook/mvc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4267,7 +4267,7 @@ public class SimpleController {
42674267
response for example when providing a REST API. You can prepare a
42684268
<classname>ModelAndView</classname> and
42694269
render error content through view resolution -- i.e. by configuring a
4270-
<classname>ContentNeogitatingViewResolver</classname>,
4270+
<classname>ContentNegotiatingViewResolver</classname>,
42714271
<classname>MappingJacksonJsonView</classname>, and so on. However, you
42724272
may prefer to use <interfacename>@ExceptionHandler</interfacename>
42734273
methods instead.</para>

0 commit comments

Comments
 (0)