Skip to content

Commit 1b87d23

Browse files
Merge pull request #158 from ElBedeawi/patch-1
Update README.md
2 parents 481c0c1 + 42fc83f commit 1b87d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Mapper.Map<List<OrderDTO>,List<Order>>(orderDtos, orders);
2929
```
3030
If ID's match, then AutoMapper will map OrderDTO to Order
3131

32-
If OrderDTO exists and Order doesn't, then AutoMapper will add a new Order mappeed from OrderDTO to the collection
32+
If OrderDTO exists and Order doesn't, then AutoMapper will add a new Order mapped from OrderDTO to the collection
3333

3434
If Order exists and OrderDTO doesn't, then AutoMapper will remove Order from collection
3535

0 commit comments

Comments
 (0)