File tree Expand file tree Collapse file tree
src/content/docs/paper/admin/reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ commands which expect an item argument. `/paper dumpitem all` yields the **full
126126including 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
131131currently registered event handlers to a file, whilst ` /paper dumplisteners <className> ` will print the registered
132132event handlers only for the specific event.
133133
You can’t perform that action at this time.
0 commit comments