Skip to content

Commit

Permalink
GitBook: [master] one page modified
Browse files Browse the repository at this point in the history
  • Loading branch information
mynkow authored and gitbook-bot committed Oct 7, 2020
1 parent 40e5048 commit 1288013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/message-types/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A command is used to dispatch domain model changes. It can be accepted or reject
* a command **must** be immutable
* a command **must** clearly state a business intent with a name in imperative form
* a command **can** be rejected due to domain validation, error or other reason
* a command **must** update only one AggregateRoot
* a command **must** update only one Aggregate
{% endhint %}

## Examples
Expand Down

0 comments on commit 1288013

Please sign in to comment.