Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetcore/tutorials/first-web-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ The secret field needs to be hidden from this app, but an administrative app cou

Verify you can post and get the secret field.

Create a DTO model in a **Models/TodoItemsDTO.cs** file:
Create a DTO model in a **Models/TodoItemDTO.cs** file:

:::code language="csharp" source="~/tutorials/first-web-api/samples/9.0/TodoApiDTO/Models/TodoItemDTO.cs" :::

Expand Down