Explorar el Código

Fix typo in documentation (#37588)

Justin Baur hace 4 años
padre
commit
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>