Fix typo in WebSecurityConfigurer Javadoc

Fixes: gh-7876
This commit is contained in:
Eleftheria Stein 2020-02-14 11:00:45 +01:00
parent de8b558561
commit 171e0d048f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import org.springframework.security.config.annotation.web.configuration.WebSecur
/**
* Allows customization to the {@link WebSecurity}. In most instances users will use
* {@link EnableWebSecurity} and a create {@link Configuration} that extends
* {@link EnableWebSecurity} and create a {@link Configuration} that extends
* {@link WebSecurityConfigurerAdapter} which will automatically be applied to the
* {@link WebSecurity} by the {@link EnableWebSecurity} annotation.
*