From b27717849ad553318f625ca42bfb7a7633db0523 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Mon, 13 Jan 2020 13:25:53 +0000 Subject: [PATCH] Fix a grammar error "have not specified" or "did not specify" are valid forms. "did not specified" is not. --- docs/design-level.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design-level.md b/docs/design-level.md index 6a1ab3e..e39a7bb 100644 --- a/docs/design-level.md +++ b/docs/design-level.md @@ -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