Skip to content

Commit 2006dba

Browse files
author
Maximilien BERNARD
authored
fix typo
the word "needed" is not grammatically correct in this sentence. It should be replaced by "needing".
1 parent 67d3377 commit 2006dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/business-logic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Services: Naming and Configuration
3838
by Symfony's Service Container to manage services with minimal configuration. It
3939
reads the type-hints on your constructor (or other methods) and automatically
4040
passes the correct services to each method. It can also add
41-
:doc:`service tags </service_container/tags>` to the services needed them, such
41+
:doc:`service tags </service_container/tags>` to the services needing them, such
4242
as Twig extensions, event subscribers, etc.
4343

4444
The blog application needs a utility that can transform a post title (e.g.

0 commit comments

Comments
 (0)