Skip to content

Commit 56f5242

Browse files
deisnereleftherias
authored andcommitted
Fix minor typo.
1 parent b35e18f commit 56f5242

File tree

1 file changed

+1
-1
lines changed
  • docs/manual/src/docs/asciidoc/_includes/servlet/java-configuration

1 file changed

+1
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/java-configuration/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public class MvcWebApplicationInitializer extends
133133
Thus far our <<jc-hello-wsca,WebSecurityConfig>> only contains information about how to authenticate our users.
134134
How does Spring Security know that we want to require all users to be authenticated?
135135
How does Spring Security know we want to support form based authentication?
136-
Actually, there is an configuration class that is being invoked behind the scenes called `WebSecurityConfigurerAdapter`.
136+
Actually, there is a configuration class that is being invoked behind the scenes called `WebSecurityConfigurerAdapter`.
137137
It has a method called `configure` with the following default implementation:
138138

139139
[source,java]

0 commit comments

Comments
 (0)