From bed38e1b53dfc5f921d321244892861948b74497 Mon Sep 17 00:00:00 2001 From: Alex Beeston <48226198+alexbeeston@users.noreply.github.com> Date: Fri, 7 Mar 2025 13:14:47 -0700 Subject: [PATCH] Fix punctuation --- .../Authentication/Core/src/AuthenticationHandler.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Security/Authentication/Core/src/AuthenticationHandler.cs b/src/Security/Authentication/Core/src/AuthenticationHandler.cs index b3b31deed689..242bee0c3424 100644 --- a/src/Security/Authentication/Core/src/AuthenticationHandler.cs +++ b/src/Security/Authentication/Core/src/AuthenticationHandler.cs @@ -290,9 +290,9 @@ protected virtual Task HandleForbiddenAsync(AuthenticationProperties properties) } /// - /// Override this method to deal with 401 challenge concerns, if an authentication scheme in question - /// deals an authentication interaction as part of it's request flow. (like adding a response header, or - /// changing the 401 result to 302 of a login page or external sign-in location.) + /// Override this method to deal with 401 challenge concerns if an authentication scheme in question + /// deals an authentication interaction as part of its request flow (like adding a response header, or + /// changing the 401 result to 302 of a login page or external sign-in location). /// /// /// A Task.