From af6fd0cb03d2ae8169a92773c5403527a763def6 Mon Sep 17 00:00:00 2001 From: Alexander Summers <56906047+asummers1@users.noreply.github.com> Date: Thu, 23 Apr 2026 09:25:31 -0400 Subject: [PATCH] Fixed typo (#37045) --- aspnetcore/razor-pages/ui-class.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/razor-pages/ui-class.md b/aspnetcore/razor-pages/ui-class.md index a04eb0b4edfb..f730ef547fc6 100644 --- a/aspnetcore/razor-pages/ui-class.md +++ b/aspnetcore/razor-pages/ui-class.md @@ -21,7 +21,7 @@ For information on how to integrate npm and webpack into the build process for a # [Visual Studio](#tab/visual-studio) -* From Visual Studio select **Create new a new project**. +* From Visual Studio select **Create a new project**. * Select **Razor Class Library** > **Next**. * 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`. * 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**.