Skip to content

Commit

Permalink
fix(processors): PostProcessor -> Postprocessor (#30)
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
richardwhateverr authored Feb 17, 2024
1 parent 5a3d287 commit 240d21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/processors/confirmation.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You then need to register the postprocessor to the command manager:

```java
commandManager.registerCommandPostProcessor(
confirmationManager.createPostProcessor()
confirmationManager.createPostprocessor()
);
```

Expand Down

0 comments on commit 240d21f

Please sign in to comment.