Typo in doc

This commit is contained in:
James Howe 2020-01-14 12:33:13 +00:00 committed by Josh Cummings
parent 982f3f902c
commit fc9b97c94a
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ import org.springframework.util.ClassUtils;
* <li>{@link OAuth2AuthorizedClientRepository}</li>
* <li>{@link GrantedAuthoritiesMapper}</li>
* <li>{@link DefaultLoginPageGeneratingFilter} - if {@link #loginPage(String)} is not configured
* and {@code DefaultLoginPageGeneratingFilter} is available, than a default login page will be made available</li>
* and {@code DefaultLoginPageGeneratingFilter} is available, then a default login page will be made available</li>
* </ul>
*
* @author Joe Grandja