diff --git a/docs/en/Entities.md b/docs/en/Entities.md index 4767fb0a15b..8ae7cdf2355 100644 --- a/docs/en/Entities.md +++ b/docs/en/Entities.md @@ -59,7 +59,7 @@ Entities with composite keys should implement the `GetKeys()` method as shown ab Notice that you also need to define keys of the entity in your **object-relational mapping** (ORM) configuration. -> Also note that Entities with Composite Primary Keys cannot utilize the `IRepository` interface since it requires a single unique Id property. However, you can always implement `IRepository`. See [repositories documentation](Repositories.md) for more. +> Also note that Entities with Composite Primary Keys cannot utilize the `IRepository` interface since it requires a single unique Id property. However, you can always use `IRepository`. See [repositories documentation](Repositories.md) for more. ### AggregateRoot Class