From 240d21fc1471b5677a872f51281a4aba82e5b415 Mon Sep 17 00:00:00 2001 From: Richard <82941418+richardwhateverr@users.noreply.github.com> Date: Sat, 17 Feb 2024 06:31:17 +0100 Subject: [PATCH] fix(processors): PostProcessor -> Postprocessor (#30) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Either the typo is in the docs or in the method ---- 📚 Documentation preview 📚: https://incendocloud--30.org.readthedocs.build/en/30/ --- docs/processors/confirmation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ); ```