diff --git a/src/Identity/SignInManager.cs b/src/Identity/SignInManager.cs index 3da1dfbe4b..1cd9f3da2b 100644 --- a/src/Identity/SignInManager.cs +++ b/src/Identity/SignInManager.cs @@ -447,7 +447,7 @@ namespace Microsoft.AspNetCore.Identity } /// - /// Validates the two faction sign in code and creates and signs in the user, as an asynchronous operation. + /// Validates the two factor sign in code and creates and signs in the user, as an asynchronous operation. /// /// The two factor authentication provider to validate the code against. /// The two factor authentication code to validate.