Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/paper/admin/reference/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ commands which expect an item argument. `/paper dumpitem all` yields the **full
including default data components you do not have to explicitly declare.

### dumplisteners
The `/paper dumplisteners toFile|<className>` command is primarily intended for developers trying to figure out why
their event handlers might not be working as expected. Using `/paper dumplisteners toFile` will write all
The `/paper dumplisteners tofile|<className>` command is primarily intended for developers trying to figure out why
their event handlers might not be working as expected. Using `/paper dumplisteners tofile` will write all
currently registered event handlers to a file, whilst `/paper dumplisteners <className>` will print the registered
event handlers only for the specific event.

Expand Down