Skip to content

Commit bb8a12f

Browse files
committed
Fixed ContentNegotiationManager reference in MVC docs
Issue: SPR-13558
1 parent 2b3d1be commit bb8a12f

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
@@ -5150,7 +5150,7 @@ public class WebConfig extends WebMvcConfigurerAdapter {
51505150
content negotiation purposes.</para>
51515151

51525152
<para>Note that <classname>ContentNegotiatingViewResolver</classname>
5153-
now can also be configured with a <code>ContentNegotiatingViewResolver</code>,
5153+
now can also be configured with a <classname>ContentNegotiationManager</classname>,
51545154
so you can use one instance throughout Spring MVC.</para>
51555155

51565156
<para>In more advanced cases, it may be useful to configure

0 commit comments

Comments
 (0)