Fix small typo in method docs (#1557)

This commit is contained in:
James Kitamirike 2018-01-25 00:14:43 +03:00 committed by Hao Kung
parent 79b4944c0e
commit ec2ee2272b
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ namespace Microsoft.AspNetCore.Identity
}
/// <summary>
/// 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.
/// </summary>
/// <param name="provider">The two factor authentication provider to validate the code against.</param>
/// <param name="code">The two factor authentication code to validate.</param>