Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwhateverr authored Feb 10, 2024
1 parent 5a3d287 commit 83ea644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/processors/cooldown.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ but an example would be:
CooldownConfiguration.<YourSenderType>builder()
.repository(CooldownRepository.forMap(new HashMap<>()))
.addActiveCooldownListener(...)
.addCooldownCreationListener(...)
.addCreationListener(...)
.cooldownNotifier(notifier)
.build();
```
Expand Down

0 comments on commit 83ea644

Please sign in to comment.