Skip to content

Commit 46811bd

Browse files
authored
Updates
1 parent 1ddc385 commit 46811bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/security/authentication/identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Create an ASP.NET Core Web Application (Razor Pages) project with Individual Acc
9292
# [Visual Studio](#tab/visual-studio)
9393

9494
* Select the **ASP.NET Core Web App (Razor Pages)** template. Select **Next**.
95-
* For the **Authentication type** input, select **Individual Accounts**.
95+
* For **Authentication type**, select **Individual Accounts**.
9696
* Select **Create**.
9797

9898
# [.NET CLI](#tab/net-cli)
@@ -126,7 +126,7 @@ Create an ASP.NET Core MVC project with Individual Accounts.
126126
# [Visual Studio](#tab/visual-studio)
127127

128128
* Select the **ASP.NET Core Web App (Model-View-Controller)** template. Select **Next**.
129-
* For the **Authentication type** input, select **Individual Accounts**.
129+
* For **Authentication type**, select **Individual Accounts**.
130130
* Select **Create**.
131131

132132
# [.NET CLI](#tab/net-cli)

0 commit comments

Comments
 (0)