diff --git a/src/content/docs/paper/admin/reference/commands.md b/src/content/docs/paper/admin/reference/commands.md index ee8ecb111..67474de6b 100644 --- a/src/content/docs/paper/admin/reference/commands.md +++ b/src/content/docs/paper/admin/reference/commands.md @@ -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|` 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|` 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 ` will print the registered event handlers only for the specific event.