diff --git a/src/Datasource/EntityTrait.php b/src/Datasource/EntityTrait.php index 65dfb574059..a066b6bbbf0 100644 --- a/src/Datasource/EntityTrait.php +++ b/src/Datasource/EntityTrait.php @@ -777,7 +777,7 @@ public function accessible($property, $set = null) { } /** - * Returns the alias of the repository from wich this entity came from. + * Returns the alias of the repository from which this entity came from. * * If called with no arguments, it returns the alias of the repository * this entity came from if it is known.