Skip to content

Commit b8809ad

Browse files
authored
Fix punctuation (#60814)
1 parent bcf2671 commit b8809ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Security/Authentication/Core/src/AuthenticationHandler.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,9 @@ protected virtual Task HandleForbiddenAsync(AuthenticationProperties properties)
290290
}
291291

292292
/// <summary>
293-
/// Override this method to deal with 401 challenge concerns, if an authentication scheme in question
294-
/// deals an authentication interaction as part of it's request flow. (like adding a response header, or
295-
/// changing the 401 result to 302 of a login page or external sign-in location.)
293+
/// Override this method to deal with 401 challenge concerns if an authentication scheme in question
294+
/// deals an authentication interaction as part of its request flow (like adding a response header, or
295+
/// changing the 401 result to 302 of a login page or external sign-in location).
296296
/// </summary>
297297
/// <param name="properties"></param>
298298
/// <returns>A Task.</returns>

0 commit comments

Comments
 (0)