diff --git a/config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java b/config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java index e5f15b5f56..748b6a737a 100644 --- a/config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java +++ b/config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java @@ -113,7 +113,7 @@ public final class WebSecurity extends /** *

- * Allows adding {@link RequestMatcher} instances that should that Spring Security + * Allows adding {@link RequestMatcher} instances that Spring Security * should ignore. Web Security provided by Spring Security (including the * {@link SecurityContext}) will not be available on {@link HttpServletRequest} that * match. Typically the requests that are registered should be that of only static