Skip to content

Commit f9037bf

Browse files
wadeddsyer
authored andcommitted
Fix typo "expceptions"
1 parent 4a79d67 commit f9037bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ order in our Spring Boot application. To do that we need a
165165
We autowire the already available filter, and register it with a
166166
sufficiently low order that it comes *before* the main Spring Security
167167
filter. In this way we can use it to handle redirects signaled by
168-
expceptions in authentication requests.
168+
exceptions in authentication requests.
169169

170170
With these changes in place the app is good to go, and at runtime is
171171
equivalent to the <<_social_login_logout,logout>> sample we built in

0 commit comments

Comments
 (0)