From 0d070ada8c1eae3ec33e7c5d60d5f26039fbe165 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 20 Aug 2019 07:31:53 -0400 Subject: [PATCH] Fix minor typo (#13924) --- .../identity/sample/WebApp1/ScaffoldingReadme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authentication/identity/sample/WebApp1/ScaffoldingReadme.txt b/aspnetcore/security/authentication/identity/sample/WebApp1/ScaffoldingReadme.txt index da8a27824c..2bc9b6517f 100644 --- a/aspnetcore/security/authentication/identity/sample/WebApp1/ScaffoldingReadme.txt +++ b/aspnetcore/security/authentication/identity/sample/WebApp1/ScaffoldingReadme.txt @@ -7,7 +7,7 @@ Configuration of the Identity related services can be found in the Areas/Identit The generated UI requires support for static files. To add static files to your app: 1. Call app.UseStaticFiles() from your Configure method -To use ASP.NET Core Identity you also need to enable authentication. To authentication to your app: +To use ASP.NET Core Identity you also need to enable authentication. To add authentication to your app: 1. Call app.UseAuthentication() from your Configure method (after static files) The generated UI requires MVC. To add MVC to your app: