From af79ed54a1958e1cc327af9563da197e68be0ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saulius=20=C5=A0altenis?= <31516441+LtLi0n@users.noreply.github.com> Date: Tue, 30 Jul 2019 22:22:43 +0300 Subject: [PATCH] docs: Fixed a spelling error. (#1349) --- .../Attributes/NamedArgumentTypeAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]