소스 검색

Doc : typo in Custom DSLs section

Method 'configure' was renamed 'filterChain'
Guillaume Husta 2 년 전
부모
커밋
a8fcfaa428
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/modules/ROOT/pages/servlet/configuration/java.adoc

+ 1 - 1
docs/modules/ROOT/pages/servlet/configuration/java.adoc

@@ -286,7 +286,7 @@ public class Config {
 
 The code is invoked in the following order:
 
-* Code in the `Config.configure` method is invoked
+* Code in the `Config.filterChain` method is invoked
 * Code in the `MyCustomDsl.init` method is invoked
 * Code in the `MyCustomDsl.configure` method is invoked