diff --git a/src/Microsoft.AspNet.Identity.AspNetCoreCompat/UserStore.cs b/src/Microsoft.AspNet.Identity.AspNetCoreCompat/UserStore.cs index d120ed4403..204c926b93 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 EntityDbContext + /// Default constuctor which uses a new instance of a default EntityDbContext. /// public UserStore() : this(new IdentityDbContext())