diff --git a/src/Discord.Net.Commands/Attributes/NamedArgumentTypeAttribute.cs b/src/Discord.Net.Commands/Attributes/NamedArgumentTypeAttribute.cs index a43286110..e85717268 100644 --- a/src/Discord.Net.Commands/Attributes/NamedArgumentTypeAttribute.cs +++ b/src/Discord.Net.Commands/Attributes/NamedArgumentTypeAttribute.cs @@ -3,7 +3,7 @@ using System; namespace Discord.Commands { /// - /// Instructs the command system to treat command paramters of this type + /// Instructs the command system to treat command parameters of this type /// as a collection of named arguments matching to its properties. /// [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]