From 51edf6675fe054c9c20f5bd29f4d26b4bb3654f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20B=C3=BCchel?= <71817641+andreasbuechel@users.noreply.github.com> Date: Tue, 9 Jan 2024 16:48:26 +0100 Subject: [PATCH] fix typo in anonymous.adoc --- docs/modules/ROOT/pages/servlet/authentication/anonymous.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/authentication/anonymous.adoc b/docs/modules/ROOT/pages/servlet/authentication/anonymous.adoc index 8485b2e9b68..2ac5d4783cc 100644 --- a/docs/modules/ROOT/pages/servlet/authentication/anonymous.adoc +++ b/docs/modules/ROOT/pages/servlet/authentication/anonymous.adoc @@ -22,7 +22,7 @@ Classes can be authored more robustly if they know the `SecurityContextHolder` a [[anonymous-config]] == Configuration -Anonymous authentication support is provided automatically when you use the HTTP configuration (introduced inSpring Security 3.0). +Anonymous authentication support is provided automatically when you use the HTTP configuration (introduced in Spring Security 3.0). You can customize (or disable) it by using the `` element. You need not configure the beans described here unless you are using traditional bean configuration.