Skip to content

Commit e06c515

Browse files
Fix typo in DTO model file path (#36572)
Changed the file name from TodoItemsDTO.cs to TodoItemDTO.cs in instruction line.
1 parent 9aa8d62 commit e06c515

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)