diff --git a/docs/processors/confirmation.md b/docs/processors/confirmation.md index 85cf7f0..01a8d97 100644 --- a/docs/processors/confirmation.md +++ b/docs/processors/confirmation.md @@ -38,7 +38,7 @@ You then need to register the postprocessor to the command manager: ```java commandManager.registerCommandPostProcessor( - confirmationManager.createPostProcessor() + confirmationManager.createPostprocessor() ); ```