From a71d17bfd9fce0c42f65dce3d80bf1a536569189 Mon Sep 17 00:00:00 2001 From: John Barrett <40014477+274188A@users.noreply.github.com> Date: Fri, 28 Sep 2018 15:29:49 +0800 Subject: [PATCH] tiny error --- docs/Entities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Entities.md b/docs/Entities.md index d6c9301e5a..89688d58c8 100644 --- a/docs/Entities.md +++ b/docs/Entities.md @@ -173,4 +173,4 @@ ABP does not force you to apply any DDD rule or patterns. However, it tries to m #### Aggregate Roots with Composite Keys -While it's not common (and not suggested) for aggregate roots, it isin fact possible to define composite keys in the same way as defined for the mentioned entities above. Use non-generic `AggregateRoot` base class in that case. +While it's not common (and not suggested) for aggregate roots, it is in fact possible to define composite keys in the same way as defined for the mentioned entities above. Use non-generic `AggregateRoot` base class in that case.