Skip to content

Commit af6fd0c

Browse files
authored
Fixed typo (#37045)
1 parent becf563 commit af6fd0c

1 file changed

Lines changed: 1 addition & 1 deletion

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 new a new project**.
24+
* From Visual Studio select **Create a new project**.
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**.

0 commit comments

Comments
 (0)