Skip to content

Commit 0a822dd

Browse files
committed
Fix typo in reference manual
1 parent bfbe8f8 commit 0a822dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public class AccountController {
172172
In addition to fine-grained, controller method level configuration, you probably want to
173173
define some global CORS configuration, too. You can set URL-based `CorsConfiguration`
174174
mappings individually on any `HandlerMapping`. Most applications, however, use the
175-
MVC Java configuration or the MVC XNM namespace to do that.
175+
MVC Java configuration or the MVC XML namespace to do that.
176176

177177
By default, global configuration enables the following:
178178

0 commit comments

Comments
 (0)