Update UserValidator.cs (#1340)

Fix typo
This commit is contained in:
Jim Counts 2017-08-07 13:30:57 -07:00 committed by Hao Kung
parent 3a13eec829
commit e2ef51b57c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace Microsoft.AspNetCore.Identity
/// <summary>
/// Gets the <see cref="IdentityErrorDescriber"/> used to provider error messages for the current <see cref="UserValidator{TUser}"/>.
/// </summary>
/// <value>Yhe <see cref="IdentityErrorDescriber"/> used to provider error messages for the current <see cref="UserValidator{TUser}"/>.</value>
/// <value>The <see cref="IdentityErrorDescriber"/> used to provider error messages for the current <see cref="UserValidator{TUser}"/>.</value>
public IdentityErrorDescriber Describer { get; private set; }
/// <summary>