From 720552a13370794d8d4c91421e49297f4f05f9c7 Mon Sep 17 00:00:00 2001 From: Jamie Purchase Date: Fri, 4 Jan 2019 09:37:07 +0000 Subject: [PATCH] Update working-with-objects.rst Spelling. --- docs/en/reference/working-with-objects.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/working-with-objects.rst b/docs/en/reference/working-with-objects.rst index 6a33663c7c5..855c440dd81 100644 --- a/docs/en/reference/working-with-objects.rst +++ b/docs/en/reference/working-with-objects.rst @@ -187,7 +187,7 @@ methods along the lines of the ``getName()`` method shown below: Traversing the object graph for parts that are lazy-loaded will easily trigger lots of SQL queries and will perform badly if used - to heavily. Make sure to use DQL to fetch-join all the parts of the + too heavily. Make sure to use DQL to fetch-join all the parts of the object-graph that you need as efficiently as possible.