diff --git a/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityRole.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityRole.cs
index 01dbe30a5d..f8d4aca9d9 100644
--- a/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityRole.cs
+++ b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityRole.cs
@@ -15,7 +15,7 @@ namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore
/// Initializes a new instance of .
///
///
- /// The Id property is initialized to from a new GUID string value.
+ /// The Id property is initialized to form a new GUID string value.
///
public IdentityRole()
{
@@ -27,7 +27,7 @@ namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore
///
/// The role name.
///
- /// The Id property is initialized to from a new GUID string value.
+ /// The Id property is initialized to form a new GUID string value.
///
public IdentityRole(string roleName) : this()
{
diff --git a/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUser.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUser.cs
index 67006f9a4e..f4035bb53e 100644
--- a/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUser.cs
+++ b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUser.cs
@@ -15,7 +15,7 @@ namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore
/// Initializes a new instance of .
///
///
- /// The Id property is initialized to from a new GUID string value.
+ /// The Id property is initialized to form a new GUID string value.
///
public IdentityUser()
{
@@ -27,7 +27,7 @@ namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore
///
/// The user name.
///
- /// The Id property is initialized to from a new GUID string value.
+ /// The Id property is initialized to form a new GUID string value.
///
public IdentityUser(string userName) : this()
{