Skip to content

Commit 26fcec3

Browse files
authored
Update Developing-Step-By-Step-Angular-DevExtreme-Editing-Person.md
1 parent 4d577a8 commit 26fcec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/Developing-Step-By-Step-Angular-DevExtreme-Editing-Person.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ side. We are adding it to the service interface, **IPersonAppService:**:
1111
Task EditPerson(EditPersonInput input);
1212
```
1313

14-
And add the necessary DTO to transfer people's id, name, surgname, and email.
14+
And add the necessary DTO to transfer person's id, name, surname, and email.
1515

1616
```csharp
1717
public class EditPersonInput: EntityDto

0 commit comments

Comments
 (0)