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: