Update scaffold-identity.md

pull/6804/head
Rick Anderson 2018-06-01 18:49:31 -10:00 committed by GitHub
parent f350475938
commit 1b57ed0619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ Optional: Add the login partial (`_LoginPartial`) to the layout file:
[!code-html[Main](scaffold-identity/sample/_Layout.cshtml?highlight=37)]
## Scaffold identity into a Razor project with individual authorization
## Scaffold identity into a Razor project with authorization
<!--
Use >=2.1: dotnet new webapp -au Individual -o RPauth
@ -119,7 +119,7 @@ Call [UseAuthentication](https://docs.microsoft.com/en-us/dotnet/api/microsoft.a
[!INCLUDE[](~/includes/scaffold-identity/hsts.md)]
## Scaffold identity into an MVC project with individual authorization
## Scaffold identity into an MVC project with authorization
<!--
dotnet new mvc -au Individual -o MvcAuth