浏览代码

Fix typo in Java configuration docs

Eleftheria Stein 5 年之前
父节点
当前提交
1ca47f5cd0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/src/docs/asciidoc/_includes/servlet/java-configuration/index.adoc

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

@@ -284,7 +284,7 @@ The code is invoked in the following order:
 * Code in `MyCustomDsl`s init method is invoked
 * Code in `MyCustomDsl`s configure method is invoked
 
-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`.
 For example, you would create a resource on the classpath named `META-INF/spring.factories` with the following contents:
 
 .META-INF/spring.factories