docs: fix typos (#344)

This commit is contained in:
Brian 2022-06-07 08:09:44 -04:00 committed by Jason
parent 16ea203a79
commit f0e9b80c77
2 changed files with 14 additions and 14 deletions

View file

@ -1112,9 +1112,9 @@ public class Command<C> {
/**
* Make the current command be a proxy of the supplied command. This means that
* all of the proxied commands variable command arguments will be inserted into this
* all of the proxied command's variable command arguments will be inserted into this
* builder instance, in the order they are declared in the proxied command. Furthermore,
* the proxied commands command handler will be showed by the command that is currently
* the proxied command's command handler will be shown by the command that is currently
* being built. If the current command builder does not have a permission node set, this
* too will be copied.
*