Skip to content

Commit 8bf0e32

Browse files
jbotuckdsyer
authored andcommitted
fix typo
1 parent 930f9b8 commit 8bf0e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

click/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public class SocialApplication extends WebSecurityConfigurerAdapter {
133133
Spring Boot attaches a special meaning to a `WebSecurityConfigurer` on
134134
the class that carries the `@EnableOAuth2Sso` annotation: it uses it
135135
to configure the security filter chain that carries the OAuth2
136-
authentication processor. So all we need to do to make out home page
136+
authentication processor. So all we need to do to make our home page
137137
visible is to explicitly `authorizeRequests()` to the home page and
138138
the static resources it contains (we also include access to the login
139139
endpoints which handle the authentication). All other requests

0 commit comments

Comments
 (0)