We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81aa053 commit fae38faCopy full SHA for fae38fa
1 file changed
src/Microsoft.Owin.Security/Infrastructure/AuthenticationHandler.cs
@@ -180,7 +180,7 @@ protected virtual async Task ApplyResponseCoreAsync()
180
}
181
182
/// <summary>
183
- /// Override this method to dela with sign-in/sign-out concerns, if an authentication scheme in question
+ /// Override this method to deal with sign-in/sign-out concerns, if an authentication scheme in question
184
/// deals with grant/revoke as part of it's request flow. (like setting/deleting cookies)
185
/// </summary>
186
/// <returns></returns>
0 commit comments