Fix small typo in method docs (#1557)
This commit is contained in:
parent
79b4944c0e
commit
ec2ee2272b
|
|
@ -447,7 +447,7 @@ namespace Microsoft.AspNetCore.Identity
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
/// <param name="provider">The two factor authentication provider to validate the code against.</param>
|
/// <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>
|
/// <param name="code">The two factor authentication code to validate.</param>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue