[FIX] Fix minor typo (#14672)

pull/14674/head
Sinan Kahveci 2019-09-27 20:37:57 +01:00 committed by Rick Anderson
parent 1adea74862
commit 4924af1aac
1 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ The following diagram shows the design of the app.
```dotnetcli
dotnet new webapi -o TodoApi
cd TodoAPI
cd TodoApi
dotnet add package Microsoft.EntityFrameworkCore.SqlServer
dotnet add package Microsoft.EntityFrameworkCore.InMemory
code -r ../TodoApi
@ -266,8 +266,8 @@ The preceding code:
* Select **API Controller with actions, using Entity Framework**, and then select **Add**.
* In the **Add API Controller with actions, using Entity Framework** dialog:
* Select **TodoItem (TodoAPI.Models)** in the **Model class**.
* Select **TodoContext (TodoAPI.Models)** in the **Data context class**.
* Select **TodoItem (TodoApi.Models)** in the **Model class**.
* Select **TodoContext (TodoApi.Models)** in the **Data context class**.
* Select **Add**
# [Visual Studio Code / Visual Studio for Mac](#tab/visual-studio-code+visual-studio-mac)