diff --git a/src/Microsoft.AspNetCore.Identity/IdentityBuilder.cs b/src/Microsoft.AspNetCore.Identity/IdentityBuilder.cs index 5c754b662f..e95ee544c2 100644 --- a/src/Microsoft.AspNetCore.Identity/IdentityBuilder.cs +++ b/src/Microsoft.AspNetCore.Identity/IdentityBuilder.cs @@ -111,7 +111,7 @@ namespace Microsoft.AspNetCore.Identity /// /// Adds an for the . /// - /// The user type whose password will be validated. + /// The user type held in the store. /// The current instance. public virtual IdentityBuilder AddUserStore() where T : class { @@ -230,4 +230,4 @@ namespace Microsoft.AspNetCore.Identity return AddScoped(managerType, typeof(TSignInManager)); } } -} \ No newline at end of file +}