From 0a822ddf2de6f75c0f27480bca3851667b990df6 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 28 Jul 2019 16:36:12 +0200 Subject: [PATCH] Fix typo in reference manual --- src/docs/asciidoc/web/webmvc-cors.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web/webmvc-cors.adoc b/src/docs/asciidoc/web/webmvc-cors.adoc index 32e9bcdb4ad..3415005fb30 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: