Skip to content

Commit 240d21f

Browse files
fix(processors): PostProcessor -> Postprocessor (#30)
Either the typo is in the docs or in the method <!-- readthedocs-preview incendocloud start --> ---- ๐Ÿ“š Documentation preview ๐Ÿ“š: https://incendocloud--30.org.readthedocs.build/en/30/ <!-- readthedocs-preview incendocloud end -->
1 parent 5a3d287 commit 240d21f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

โ€Ždocs/processors/confirmation.mdโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You then need to register the postprocessor to the command manager:
3838

3939
```java
4040
commandManager.registerCommandPostProcessor(
41-
confirmationManager.createPostProcessor()
41+
confirmationManager.createPostprocessor()
4242
);
4343
```
4444

0 commit comments

Comments
ย (0)