Merge pull request #1908 from Gordon-Beeming/fixes/issue1907

fixing typo #1907
This commit is contained in:
Hao Kung 2018-08-16 13:03:44 -07:00 committed by GitHub
commit 6b257f0abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ namespace Microsoft.AspNetCore.Identity.UI.Pages.Account.Manage.Internal
var userId = await _userManager.GetUserIdAsync(user);
if (!result.Succeeded)
{
throw new InvalidOperationException($"Unexpected error occurred deleteing user with ID '{userId}'.");
throw new InvalidOperationException($"Unexpected error occurred deleting user with ID '{userId}'.");
}
await _signInManager.SignOutAsync();