Skip to content

Commit fae38fa

Browse files
authored
Fix typo (#416)
1 parent 81aa053 commit fae38fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.Owin.Security/Infrastructure/AuthenticationHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ protected virtual async Task ApplyResponseCoreAsync()
180180
}
181181

182182
/// <summary>
183-
/// Override this method to dela with sign-in/sign-out concerns, if an authentication scheme in question
183+
/// Override this method to deal with sign-in/sign-out concerns, if an authentication scheme in question
184184
/// deals with grant/revoke as part of it's request flow. (like setting/deleting cookies)
185185
/// </summary>
186186
/// <returns></returns>

0 commit comments

Comments
 (0)