Skip to content

Commit ce04382

Browse files
committed
minor #9577 fix typo (mb3rnard)
This PR was merged into the 4.0 branch. Discussion ---------- fix typo the word "needed" isn't grammatically correct in that sentence. It should be replaced by "needing". <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 2006dba fix typo
2 parents 81645f9 + 2006dba commit ce04382

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)