From 6b65ed2d83d2f083babebe984a1dd0a5dc75421b Mon Sep 17 00:00:00 2001 From: Alec Papierniak Date: Mon, 10 Apr 2017 17:33:29 -0500 Subject: [PATCH] Fixing minor typo --- .../IdentityRole.cs | 4 ++-- .../IdentityUser.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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() {