Skip to content

Commit 42fc83f

Browse files
authored
Update README.md
fix a typo
1 parent 481c0c1 commit 42fc83f

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)