We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9fa03 commit 1ca47f5Copy full SHA for 1ca47f5
docs/manual/src/docs/asciidoc/_includes/servlet/java-configuration/index.adoc
@@ -284,7 +284,7 @@ The code is invoked in the following order:
284
* Code in `MyCustomDsl`s init method is invoked
285
* Code in `MyCustomDsl`s configure method is invoked
286
287
-If you want, you can have `WebSecurityConfiguerAdapter` add `MyCustomDsl` by default by using `SpringFactories`.
+If you want, you can have `WebSecurityConfigurerAdapter` add `MyCustomDsl` by default by using `SpringFactories`.
288
For example, you would create a resource on the classpath named `META-INF/spring.factories` with the following contents:
289
290
.META-INF/spring.factories
0 commit comments