Browse Source

Fix typo in reference manual

pull/23382/head
Sam Brannen 5 years ago
parent
commit
0a822ddf2d
  1. 2
      src/docs/asciidoc/web/webmvc-cors.adoc

2
src/docs/asciidoc/web/webmvc-cors.adoc

@ -172,7 +172,7 @@ public class AccountController { @@ -172,7 +172,7 @@ public class AccountController {
In addition to fine-grained, controller method level configuration, you probably want to
define some global CORS configuration, too. You can set URL-based `CorsConfiguration`
mappings individually on any `HandlerMapping`. Most applications, however, use the
MVC Java configuration or the MVC XNM namespace to do that.
MVC Java configuration or the MVC XML namespace to do that.
By default, global configuration enables the following:

Loading…
Cancel
Save