From ec2ee2272b50e1fdcd0222f5363081ab9be9c445 Mon Sep 17 00:00:00 2001 From: James Kitamirike Date: Thu, 25 Jan 2018 00:14:43 +0300 Subject: [PATCH] Fix small typo in method docs (#1557) --- src/Identity/SignInManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.