Update razor-pages-start.md (#12752)

Corrected typo: word 'code' was doubled under section heading: 'Create a Razor Pages web app'.
pull/12573/head^2
Isaiah Banta 2019-06-07 11:29:59 -07:00 committed by Rick Anderson
parent 08d01e45f7
commit f54e61087a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ At the end of this tutorial, you'll have a working Razor Pages web app that you'
![new ASP.NET Core Web Application](razor-pages-start/_static/np_2.1.png)
* Name the project **RazorPagesMovie**. It's important to name the project *RazorPagesMovie* so the namespaces will match when you copy and paste code code.
* Name the project **RazorPagesMovie**. It's important to name the project *RazorPagesMovie* so the namespaces will match when you copy and paste code.
![new ASP.NET Core Web Application](razor-pages-start/_static/config.png)