From 94109ed582349d293d444945bed0d4cf107f0c88 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Fri, 16 Aug 2019 06:06:51 -0500 Subject: [PATCH] Fix typo (#13858) --- aspnetcore/mvc/controllers/areas.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/mvc/controllers/areas.md b/aspnetcore/mvc/controllers/areas.md index 2fa616326a..dff98dd61c 100644 --- a/aspnetcore/mvc/controllers/areas.md +++ b/aspnetcore/mvc/controllers/areas.md @@ -3,7 +3,7 @@ title: Areas in ASP.NET Core author: rick-anderson description: Learn how Areas are an ASP.NET MVC feature used to organize related functionality into a group as a separate namespace (for routing) and folder structure (for views). ms.author: riande -ms.date: 08/07/2019 +ms.date: 08/16/2019 uid: mvc/controllers/areas --- # Areas in ASP.NET Core @@ -130,7 +130,7 @@ The following code changes the default area folder from `"Areas"` to `"MyAreas"` ## Areas with Razor Pages -Areas with Razor Pages require and *Areas/<area name>/Pages* folder in the root of the app. The following folder structure is used with the [sample download](https://github.com/aspnet/AspNetCore.Docs/tree/master/aspnetcore/mvc/controllers/areas/samples) +Areas with Razor Pages require an *Areas//Pages* folder in the root of the app. The following folder structure is used with the [sample app](https://github.com/aspnet/AspNetCore.Docs/tree/master/aspnetcore/mvc/controllers/areas/samples): * Project name * Areas