We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d3377 commit 2006dbaCopy full SHA for 2006dba
best_practices/business-logic.rst
@@ -38,7 +38,7 @@ Services: Naming and Configuration
38
by Symfony's Service Container to manage services with minimal configuration. It
39
reads the type-hints on your constructor (or other methods) and automatically
40
passes the correct services to each method. It can also add
41
-:doc:`service tags </service_container/tags>` to the services needed them, such
+:doc:`service tags </service_container/tags>` to the services needing them, such
42
as Twig extensions, event subscribers, etc.
43
44
The blog application needs a utility that can transform a post title (e.g.
0 commit comments