소스 검색

fix typo in anonymous.adoc

Andreas Büchel 1 년 전
부모
커밋
3346f2dd73
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/modules/ROOT/pages/servlet/authentication/anonymous.adoc

+ 1 - 1
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 `<anonymous>` element.
 You need not configure the beans described here unless you are using traditional bean configuration.