Fixed typo
This commit is contained in:
parent
f9cdef745f
commit
d807ec029c
|
|
@ -12,7 +12,7 @@ namespace Microsoft.AspNet.Identity.CoreCompat
|
|||
where TUser : IdentityUser
|
||||
{
|
||||
/// <summary>
|
||||
/// Default constuctor which uses a new instance of a default EntityyDbContext
|
||||
/// Default constuctor which uses a new instance of a default EntityDbContext
|
||||
/// </summary>
|
||||
public UserStore()
|
||||
: this(new IdentityDbContext<TUser>())
|
||||
|
|
|
|||
Loading…
Reference in New Issue