Justin Baur 4 лет назад
Родитель
Сommit
393a86c0e7

+ 1 - 1
src/Security/Authentication/Core/src/RemoteAuthenticationHandler.cs

@@ -238,7 +238,7 @@ namespace Microsoft.AspNetCore.Authentication
         }
 
         /// <summary>
-        /// Validates that the current request correlates wit hthe
+        /// Validates that the current request correlates with the current remote authentication request.
         /// </summary>
         /// <param name="properties"></param>
         /// <returns></returns>