Skip to content

Commit 1ec68fe

Browse files
committed
Minor tweaks to Repository section
1 parent 485b529 commit 1ec68fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,10 +772,10 @@ Custom Repository Classes
772772

773773
In the previous sections, you began constructing and using more complex queries
774774
from inside a controller. In order to isolate, test and reuse these queries,
775-
it's a good idea to create a custom repository class for your entity and
775+
it's a good practise to create a custom repository class for your entity and
776776
add methods with your query logic there.
777777

778-
To do this, add the name of the repository class to your mapping definition.
778+
To do this, add the name of the repository class to your mapping definition:
779779

780780
.. configuration-block::
781781

0 commit comments

Comments
 (0)