typo fixes (#9058)
parent
1b9baea167
commit
42c65ca477
|
@ -47,7 +47,7 @@ Complete the **New ASP.NET Core Web Application (.NET Core) - MvcMovie** dialog:
|
|||
|
||||
![New project dialog, .Net core in left pane, ASP.NET Core web ](start-mvc/_static/new_project22-21.png)
|
||||
|
||||
Visual Studio used a default template for the MVC project you just created. You have a working app right now by entering a project name and selecting a few options. This is a basic starter project, and it's a good place to start,
|
||||
Visual Studio used a default template for the MVC project you just created. You have a working app right now by entering a project name and selecting a few options. This is a basic starter project, and it's a good place to start.
|
||||
|
||||
Tap **F5** to run the app in debug mode or **Ctrl-F5** in non-debug mode.
|
||||
<!-- These images are also used by uid: tutorials/first-mvc-app-xplat/start-mvc -->
|
||||
|
|
Loading…
Reference in New Issue