Fixed typo

This commit is contained in:
Jonathan 2016-06-03 16:19:12 +02:00 committed by Hao Kung
parent f9cdef745f
commit d807ec029c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace Microsoft.AspNet.Identity.CoreCompat
where TUser : IdentityUser where TUser : IdentityUser
{ {
/// <summary> /// <summary>
/// Default constuctor which uses a new instance of a default EntityyDbContext /// Default constuctor which uses a new instance of a default EntityDbContext
/// </summary> /// </summary>
public UserStore() public UserStore()
: this(new IdentityDbContext<TUser>()) : this(new IdentityDbContext<TUser>())