diff --git a/aspnetcore/tutorials/first-mvc-app-mac/adding-model.md b/aspnetcore/tutorials/first-mvc-app-mac/adding-model.md index 945e8ca623..2f3b4c851a 100644 --- a/aspnetcore/tutorials/first-mvc-app-mac/adding-model.md +++ b/aspnetcore/tutorials/first-mvc-app-mac/adding-model.md @@ -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. * Your dotnet version is 1.1 or higher. Run `dotnet` to get the version. - * You have added the `` elment to the [MvcMovie.csproj file](#prepare-the-project-for-scaffolding). + * You have added the `` element to the [MvcMovie.csproj file](#prepare-the-project-for-scaffolding).