From b0ec440b25abc7db86851ded86368c4f0a169463 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Tue, 5 Jun 2018 19:25:19 -1000 Subject: [PATCH] Update scaffold-identity.md --- aspnetcore/security/authentication/scaffold-identity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authentication/scaffold-identity.md b/aspnetcore/security/authentication/scaffold-identity.md index 3f38c7f56a..5c138d5908 100644 --- a/aspnetcore/security/authentication/scaffold-identity.md +++ b/aspnetcore/security/authentication/scaffold-identity.md @@ -21,7 +21,7 @@ Applications that do **not** include authentication can apply the scaffolder to Although the scaffolder generates most of the necessary code, you'll have to update your project to complete the process. This document explains the steps needed to complete an Identity scaffolding update. -When the Identity scaffolder is run, a *ScaffoldingReadme.txt* file is created in the project directory. The *ScaffoldingReadme.txt* file contains general instructions on what's needed to complete the Identity scaffolding update. This document contains more complete instructions than the read the *ScaffoldingReadme.txt* file. +When the Identity scaffolder is run, a *ScaffoldingReadme.txt* file is created in the project directory. The *ScaffoldingReadme.txt* file contains general instructions on what's needed to complete the Identity scaffolding update. This document contains more complete instructions than the *ScaffoldingReadme.txt* file. We recommend using a source control system that shows file differences and allows you to back out of changes. Inspect the changes after running the Identity scaffolder.