Skip to content

Commit 1ca47f5

Browse files
committed
Fix typo in Java configuration docs
1 parent 4a9fa03 commit 1ca47f5

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
@@ -284,7 +284,7 @@ The code is invoked in the following order:
284284
* Code in `MyCustomDsl`s init method is invoked
285285
* Code in `MyCustomDsl`s configure method is invoked
286286

287-
If you want, you can have `WebSecurityConfiguerAdapter` add `MyCustomDsl` by default by using `SpringFactories`.
287+
If you want, you can have `WebSecurityConfigurerAdapter` add `MyCustomDsl` by default by using `SpringFactories`.
288288
For example, you would create a resource on the classpath named `META-INF/spring.factories` with the following contents:
289289

290290
.META-INF/spring.factories

0 commit comments

Comments
 (0)