File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ HTML:
145145The last change we need to make is to explicitly support the redirects
146146from our app to Facebook. This is handled in Spring OAuth2 with a
147147servlet `Filter`, and the filter is already available in the
148- application context because we used `@EnableOAuth2Client`. ALl that is
148+ application context because we used `@EnableOAuth2Client`. All that is
149149needed is to wire the filter up so that it gets called in the right
150150order in our Spring Boot application. To do that we need a
151151`FilterRegistrationBean`:
@@ -175,4 +175,4 @@ explicit teaches us that there is nothing magical about what Spring
175175Boot is doing (it's just configuration boiler plate), and it also
176176prepares our application for extending the features provided
177177automatically out of the box, adding our own opinions and business
178- requirements.
178+ requirements.
You can’t perform that action at this time.
0 commit comments