diff --git a/src/Identity/IdentityConstants.cs b/src/Identity/IdentityConstants.cs
index 0843a33bd4..e01715dfbc 100644
--- a/src/Identity/IdentityConstants.cs
+++ b/src/Identity/IdentityConstants.cs
@@ -4,7 +4,7 @@
namespace Microsoft.AspNetCore.Identity
{
///
- /// Represents all the options you can use to configure the cookies middleware uesd by the identity system.
+ /// Represents all the options you can use to configure the cookies middleware used by the identity system.
///
public class IdentityConstants
{
diff --git a/src/UI/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml b/src/UI/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml
index c35de0c622..878f3afdde 100644
--- a/src/UI/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml
+++ b/src/UI/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml
@@ -8,7 +8,7 @@
@Html.Partial("_StatusMessage", Model.StatusMessage)