From 36af830edd407fdbb277dab0c137ed2bba23a4db Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Mon, 6 Nov 2017 18:30:08 -1000 Subject: [PATCH] Update index.md (#4730) --- aspnetcore/tutorials/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/index.md b/aspnetcore/tutorials/index.md index 7e4d0fca05..0e2ffbb54f 100644 --- a/aspnetcore/tutorials/index.md +++ b/aspnetcore/tutorials/index.md @@ -17,7 +17,7 @@ The following step-by-step guides for developing ASP.NET Core applications are a ## Building web applications -[Razor Pages](xref:mvc/razor-pages/index) is the recommended approach to create a Web UI with ASP.NET Core 2.0. +[Razor Pages](xref:mvc/razor-pages/index) is the recommended approach to create a new Web UI app with ASP.NET Core 2.0. * [Introduction to Razor Pages in ASP.NET Core](xref:mvc/razor-pages/index) * Create a Razor Pages web app with ASP.NET Core