From 5cd8500f29f6b8ff30253e90c24ce228d10c3259 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Wed, 21 Jun 2017 22:39:16 -0500 Subject: [PATCH] Remove extra asterisk after file name --- aspnetcore/mvc/razor-pages/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/mvc/razor-pages/index.md b/aspnetcore/mvc/razor-pages/index.md index 73244bcb81..2f0a81383c 100644 --- a/aspnetcore/mvc/razor-pages/index.md +++ b/aspnetcore/mvc/razor-pages/index.md @@ -73,7 +73,7 @@ The runtime looks for Razor Pages files in the *Pages* folder by default. The new Razor Pages features are designed to make common patterns used with web browsers easy. Consider a page that implements a basic 'contact us' form for the `Contact` model: -For the examples on this page, the `DbContext` is initialized in the *Startup.cs** file. +For the examples on this page, the `DbContext` is initialized in the *Startup.cs* file. The *MyApp/Contact.cs* file: