Update adding-model.md (#4778)

Fixed a typo at line 72 (an e missing)
pull/4773/head
Oscar-henri STEFANINI 2017-11-13 21:54:53 +01:00 committed by Rick Anderson
parent b3abc96e95
commit 2ef07bb443
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ If you get the error `No executable found matching command "dotnet-aspnet-codege
* You are in the project directory. The project directory has the *Program.cs*, *Startup.cs* and *.csproj* files. * You are in the project directory. The project directory has the *Program.cs*, *Startup.cs* and *.csproj* files.
* Your dotnet version is 1.1 or higher. Run `dotnet` to get the version. * Your dotnet version is 1.1 or higher. Run `dotnet` to get the version.
* You have added the `<DotNetCliToolReference>` elment to the [MvcMovie.csproj file](#prepare-the-project-for-scaffolding). * You have added the `<DotNetCliToolReference>` element to the [MvcMovie.csproj file](#prepare-the-project-for-scaffolding).
<!-- <!--
> [!NOTE] > [!NOTE]