Skip to content

Commit a8fcfaa

Browse files
ghustajzheaux
authored andcommitted
Doc : typo in Custom DSLs section
Method 'configure' was renamed 'filterChain'
1 parent c20100d commit a8fcfaa

File tree

1 file changed

+1
-1
lines changed
  • docs/modules/ROOT/pages/servlet/configuration

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/configuration/java.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public class Config {
286286

287287
The code is invoked in the following order:
288288

289-
* Code in the `Config.configure` method is invoked
289+
* Code in the `Config.filterChain` method is invoked
290290
* Code in the `MyCustomDsl.init` method is invoked
291291
* Code in the `MyCustomDsl.configure` method is invoked
292292

0 commit comments

Comments
 (0)