Fixing typo (an -> a)

This commit is contained in:
Steve Smith 2017-02-20 12:40:46 -05:00 committed by Pranav K
parent 11d747fc33
commit 39f41eae3c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Mvc.ViewFeatures;
namespace Microsoft.AspNetCore.Mvc
{
/// <summary>
/// An filter that skips antiforgery token validation.
/// A filter that skips antiforgery token validation.
/// </summary>
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public class IgnoreAntiforgeryTokenAttribute : Attribute, IAntiforgeryPolicy, IOrderedFilter