Doc : typo in Custom DSLs section

Method 'configure' was renamed 'filterChain'
This commit is contained in:
Guillaume Husta 2023-06-15 22:23:14 +02:00 committed by Josh Cummings
parent c20100dab7
commit a8fcfaa428
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 1 additions and 1 deletions

View File

@ -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