Skip to content

Commit 41d5306

Browse files
authored
Fix dumplisteners tofile case
The command only works lowercase.
1 parent d72dd81 commit 41d5306

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/paper/admin/reference/commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ commands which expect an item argument. `/paper dumpitem all` yields the **full
126126
including default data components you do not have to explicitly declare.
127127

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

0 commit comments

Comments
 (0)