Skip to content

Commit 3b02fbe

Browse files
authored
Merge pull request #36573 from dotnet/main
Merge to Live
2 parents 66bd140 + e06c515 commit 3b02fbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/tutorials/first-web-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ The secret field needs to be hidden from this app, but an administrative app cou
800800

801801
Verify you can post and get the secret field.
802802

803-
Create a DTO model in a **Models/TodoItemsDTO.cs** file:
803+
Create a DTO model in a **Models/TodoItemDTO.cs** file:
804804

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

0 commit comments

Comments
 (0)