Skip to content

Commit 7ba1798

Browse files
authored
Fix typo in project creation instructions (#37048)
1 parent 28f1693 commit 7ba1798

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

aspnetcore/razor-pages/ui-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For information on how to integrate npm and webpack into the build process for a
2121

2222
# [Visual Studio](#tab/visual-studio)
2323

24-
* From Visual Studio select **Create a new project**.
24+
* From Visual Studio's **Start Window**, select **Create a new project**. Alternatively, select the **File** > **New** > **Project/Solution**.
2525
* Select **Razor Class Library** > **Next**.
2626
* Name the library (for example, "RazorClassLib"), > **Create**. To avoid a file name collision with the generated view library, ensure the library name doesn't end in `.Views`.
2727
* Select **Support pages and views** if you need the library to contain pages and/or views. By default, only Razor components are supported. Select **Create**.

aspnetcore/razor-pages/ui-class/includes/ui-class6.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For information on how to integrate npm and webpack into the build process for a
99

1010
# [Visual Studio](#tab/visual-studio)
1111

12-
* From Visual Studio select **Create new a new project**.
12+
* From Visual Studio's **Start Window**, select **Create a new project**. Alternatively, select **File** > **New** > **Project/Solution**.
1313
* Select **Razor Class Library** > **Next**.
1414
* Name the library (for example, "RazorClassLib"), > **Create**. To avoid a file name collision with the generated view library, ensure the library name doesn't end in `.Views`.
1515
* Select **Support pages and views** if you need to support views. By default, only Razor Pages are supported. Select **Create**.
@@ -175,7 +175,7 @@ Razor views, pages, controllers, page models, [Razor components](xref:blazor/com
175175

176176
# [Visual Studio](#tab/visual-studio)
177177

178-
* From Visual Studio select **Create a new project**.
178+
* From Visual Studio's **Start Window**, select **Create a new project**. Alternatively, select the **File** > **New** > **Project/Solution**.
179179
* Select **Razor Class Library** > **Next**.
180180
* Name the library (for example, "RazorClassLib"), > **Create** > **Next**. To avoid a file name collision with the generated view library, ensure the library name doesn't end in `.Views`.
181181
* Select the **Target Framework**. Check **☑ Support pages and views** to support views. By default, only Razor components are supported. Select **Create**.
@@ -564,7 +564,7 @@ Razor views, pages, controllers, page models, [Razor components](xref:blazor/com
564564

565565
# [Visual Studio](#tab/visual-studio)
566566

567-
* From Visual Studio select **Create new a new project**.
567+
* From Visual Studio's **Start Window**, select **Create a new project**. Alternatively, select the **File** > **New** > **Project/Solution**.
568568
* Select **Razor Class Library** > **Next**.
569569
* Name the library (for example, "RazorClassLib"), > **Create**. To avoid a file name collision with the generated view library, ensure the library name doesn't end in `.Views`.
570570
* Select **Support pages and views** if you need to support views. By default, only Razor Pages are supported. Select **Create**.

0 commit comments

Comments
 (0)