Skip to content

Commit 8bb3195

Browse files
committed
Fixed spelling
1 parent 91a18cd commit 8bb3195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ Custom Repository Classes
783783

784784
In the previous sections, you began constructing and using more complex queries
785785
from inside a controller. In order to isolate, test and reuse these queries,
786-
it's a good practise to create a custom repository class for your entity and
786+
it's a good practice to create a custom repository class for your entity and
787787
add methods with your query logic there.
788788

789789
To do this, add the name of the repository class to your mapping definition:

0 commit comments

Comments
 (0)