Minor grammatical fix to docs (#13020)

pull/13021/head
Greg Trevellick 2019-06-26 19:42:23 +01:00 committed by Luke Latham
parent a2c41ecfd6
commit a22d2221e0
1 changed files with 1 additions and 1 deletions

View File

@ -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)]