From a22d2221e0316a21d523d1d795d4b79b1ede09ea Mon Sep 17 00:00:00 2001 From: Greg Trevellick Date: Wed, 26 Jun 2019 19:42:23 +0100 Subject: [PATCH] Minor grammatical fix to docs (#13020) --- aspnetcore/blazor/layouts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/layouts.md b/aspnetcore/blazor/layouts.md index eac14a2abf..a2f796a06e 100644 --- a/aspnetcore/blazor/layouts.md +++ b/aspnetcore/blazor/layouts.md @@ -40,7 +40,7 @@ Every folder of an app can optionally contain a template file named *_Imports.ra The following *_Imports.razor* file imports: * `MainLayout`. -* All Razor components in a the same folder and any subfolders. +* All Razor components in the same folder and any subfolders. * The `BlazorApp1.Data` namespace. [!code-cshtml[](layouts/sample_snapshot/3.x/_Imports.razor)]