diff --git a/docs/guides/commands/namedarguments.md b/docs/guides/commands/namedarguments.md index d6b657f84..890a8463f 100644 --- a/docs/guides/commands/namedarguments.md +++ b/docs/guides/commands/namedarguments.md @@ -7,7 +7,7 @@ title: Named Arguments By default, arguments for commands are parsed positionally, meaning that the order matters. But sometimes you may want to define a command -with many optional parameters, and it'd be easier for developers +with many optional parameters, and it'd be easier for end-users to only specify what they want to set, instead of needing them to specify everything by hand.