Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/design-level.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ sourced in the business is low enough for CRUD to be well applicable.

## Aggregates

What you could see in the above examples is that we did not specified the **aggregates** that would be responsible for
What you could see in the above examples is that we have not specified the **aggregates** that would be responsible for
handling commands and emitting events.
Such approach keeps us away from being steered into a particular solution/language and consequently limited from the very
beginning. Looking at behaviours and responsibilities first lets us understand the problem better, and thus find
Expand Down