Skip to content

Commit e3a159f

Browse files
committed
Minor tweak
1 parent e584092 commit e3a159f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ all services that were tagged with some specific tag. This is useful in
161161
compiler passes where you can find these services and use or modify them in
162162
some specific way.
163163

164-
For example, if you are using the Symfony component Mailer you might imagine that you want
164+
For example, if you are using the Symfony Mailer component you might want
165165
to implement a "transport chain", which is a collection of classes implementing
166166
``\MailerTransport``. Using the chain, you'll want Mailer to try several
167167
ways of transporting the message until one succeeds.

0 commit comments

Comments
 (0)