Fix minor typo (#13924)

pull/13930/head
Joe 2019-08-20 07:31:53 -04:00 committed by Luke Latham
parent 0c486db1b2
commit 0d070ada8c
1 changed files with 1 additions and 1 deletions

View File

@ -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: