Skip to content

Commit

Permalink
Update working-with-objects.rst (#7553)
Browse files Browse the repository at this point in the history
Spelling.
  • Loading branch information
CraicOverflow89 authored Jan 1, 2025
1 parent 55dc02c commit 68c8774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/working-with-objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ your code. See the following code:

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.


Expand Down

0 comments on commit 68c8774

Please sign in to comment.