There was an error while loading. Please reload this page.
1 parent 930f9b8 commit 8bf0e32Copy full SHA for 8bf0e32
click/README.adoc
@@ -133,7 +133,7 @@ public class SocialApplication extends WebSecurityConfigurerAdapter {
133
Spring Boot attaches a special meaning to a `WebSecurityConfigurer` on
134
the class that carries the `@EnableOAuth2Sso` annotation: it uses it
135
to configure the security filter chain that carries the OAuth2
136
-authentication processor. So all we need to do to make out home page
+authentication processor. So all we need to do to make our home page
137
visible is to explicitly `authorizeRequests()` to the home page and
138
the static resources it contains (we also include access to the login
139
endpoints which handle the authentication). All other requests
0 commit comments