Skip to content

Commit 930f9b8

Browse files
jbotuckdsyer
authored andcommitted
fix capitalization error
1 parent 7a3e0aa commit 930f9b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manual/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ HTML:
145145
The last change we need to make is to explicitly support the redirects
146146
from our app to Facebook. This is handled in Spring OAuth2 with a
147147
servlet `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
149149
needed is to wire the filter up so that it gets called in the right
150150
order 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
175175
Boot is doing (it's just configuration boiler plate), and it also
176176
prepares our application for extending the features provided
177177
automatically out of the box, adding our own opinions and business
178-
requirements.
178+
requirements.

0 commit comments

Comments
 (0)