diff --git a/aspnetcore/security/authentication/identity-primary-key-configuration.md b/aspnetcore/security/authentication/identity-primary-key-configuration.md index 44402e6896..cbaab462cc 100644 --- a/aspnetcore/security/authentication/identity-primary-key-configuration.md +++ b/aspnetcore/security/authentication/identity-primary-key-configuration.md @@ -8,7 +8,7 @@ ASP.NET Core Identity allows you to easily configure the data type you want for ## How to -1. The first step is to implement the Identity's model, and override the behavior to 's one. +1. The first step is to implement the Identity's model, and override the string type with the data type you want. [!code-csharp[Main](identity/sample/src/ASPET-IdentityDemo-PrimaryKeysConfig/Models/ApplicationUser.cs?highlight=4-6&range=7-13)]