diff --git a/src/Microsoft.AspNetCore.Antiforgery/IAntiforgery.cs b/src/Microsoft.AspNetCore.Antiforgery/IAntiforgery.cs index d6dd05aeae..89630a46d0 100644 --- a/src/Microsoft.AspNetCore.Antiforgery/IAntiforgery.cs +++ b/src/Microsoft.AspNetCore.Antiforgery/IAntiforgery.cs @@ -42,8 +42,8 @@ namespace Microsoft.AspNetCore.Antiforgery /// /// The associated with the current request. /// - /// A that, when completed, returns true if the is requst uses a safe HTTP - /// method or contains a value antiforgery token, otherwise returns false. + /// A that, when completed, returns true if the request uses a safe HTTP + /// method or contains a valid antiforgery token, otherwise returns false. /// Task IsRequestValidAsync(HttpContext httpContext);