提交 692ced80 编写于 作者: R Rossen Stoyanchev

Fix typo in reference docs

Issue: SPR-10204
上级 40ed4e78
......@@ -5110,7 +5110,7 @@ public class WebConfig extends WebMvcConfigurerAdapter {
@Override
public void configureContentNegotiation(ContentNegotiationConfigurer configurer) {
configurer.setFavorPathExtension(false).setFavorParameter(true);
configurer.favorPathExtension(false).favorParameter(true);
}
}</programlisting>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册