diff --git a/src/Microsoft.AspNet.Identity.AspNetCoreCompat/UserStore.cs b/src/Microsoft.AspNet.Identity.AspNetCoreCompat/UserStore.cs index e6cb6921a5..d120ed4403 100644 --- a/src/Microsoft.AspNet.Identity.AspNetCoreCompat/UserStore.cs +++ b/src/Microsoft.AspNet.Identity.AspNetCoreCompat/UserStore.cs @@ -12,7 +12,7 @@ namespace Microsoft.AspNet.Identity.CoreCompat where TUser : IdentityUser { /// - /// Default constuctor which uses a new instance of a default EntityyDbContext + /// Default constuctor which uses a new instance of a default EntityDbContext /// public UserStore() : this(new IdentityDbContext())