diff --git a/manual/docs/Working with objects - Component overview - Collection - Loading related records.php b/manual/docs/Working with objects - Component overview - Collection - Loading related records.php index 63053a5e2..b09d95ca3 100644 --- a/manual/docs/Working with objects - Component overview - Collection - Loading related records.php +++ b/manual/docs/Working with objects - Component overview - Collection - Loading related records.php @@ -1,4 +1,4 @@ -Doctrine provides means for effiently retrieving all related records for all record elements. That means +Doctrine provides means for efficiently retrieving all related records for all record elements. That means when you have for example a collection of users you can load all phonenumbers for all users by simple calling the loadRelated() method.