diff --git a/src/Microsoft.AspNet.Identity/IUserStore.cs b/src/Microsoft.AspNet.Identity/IUserStore.cs index 3643464ccb..605f32dd16 100644 --- a/src/Microsoft.AspNet.Identity/IUserStore.cs +++ b/src/Microsoft.AspNet.Identity/IUserStore.cs @@ -50,7 +50,7 @@ namespace Microsoft.AspNet.Identity /// Sets the given normalized name for the specified , as an asynchronous operation. /// /// The user whose name should be set. - /// The normalized name to set. + /// The normalized name to set. /// The used to propagate notifications that the operation should be canceled. /// The that represents the asynchronous operation. Task SetNormalizedUserNameAsync(TUser user, string normalizedName, CancellationToken cancellationToken); @@ -99,4 +99,4 @@ namespace Microsoft.AspNet.Identity /// Task FindByNameAsync(string normalizedUserName, CancellationToken cancellationToken); } -} \ No newline at end of file +}