diff --git a/src/docs/asciidoc/web/webmvc-cors.adoc b/src/docs/asciidoc/web/webmvc-cors.adoc index 32e9bcdb4a..3415005fb3 100644 --- a/src/docs/asciidoc/web/webmvc-cors.adoc +++ b/src/docs/asciidoc/web/webmvc-cors.adoc @@ -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: