Skip to content

Commit 1995bef

Browse files
Updated eBook .PDF to latest DRAFT version
1 parent ba11c78 commit 1995bef

3 files changed

Lines changed: 1 addition & 1 deletion

src/Services/Ordering/Ordering.API/Application/Commands/CreateOrderCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace Microsoft.eShopOnContainers.Services.Ordering.API.Application.Commands
77
{
8-
// DDD and CQRS patterns comment: Note that it is recommened to implement immutable Commands
8+
// DDD and CQRS patterns comment: Note that it is recommended to implement immutable Commands
99
// In this case, its immutability is achieved by having all the setters as private
1010
// plus only being able to update the data just once, when creating the object through its constructor.
1111
// References on Immutable Commands:

0 commit comments

Comments
 (0)