From 39f41eae3c48594aba4630dd75a511051190db1c Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 20 Feb 2017 12:40:46 -0500 Subject: [PATCH] Fixing typo (an -> a) --- .../IgnoreAntiforgeryTokenAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Mvc.ViewFeatures/IgnoreAntiforgeryTokenAttribute.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/IgnoreAntiforgeryTokenAttribute.cs index 184885f68b..e07516f3dd 100644 --- a/src/Microsoft.AspNetCore.Mvc.ViewFeatures/IgnoreAntiforgeryTokenAttribute.cs +++ b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/IgnoreAntiforgeryTokenAttribute.cs @@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Mvc.ViewFeatures; namespace Microsoft.AspNetCore.Mvc { /// - /// An filter that skips antiforgery token validation. + /// A filter that skips antiforgery token validation. /// [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = false, Inherited = true)] public class IgnoreAntiforgeryTokenAttribute : Attribute, IAntiforgeryPolicy, IOrderedFilter