Skip to content

Commit f9f5d69

Browse files
committed
minor #9509 Typo fix (I believe) (ebuildy)
This PR was submitted for the 4.0 branch but it was merged into the 3.4 branch instead (closes #9509). Discussion ---------- Typo fix (I believe) <!-- 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 ------- df2f3e4 Typo fix (I believe)
2 parents d5542c9 + df2f3e4 commit f9f5d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/service_decoration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ that you can reference it:
6363
6464
AppBundle\DecoratingMailer:
6565
# overrides the AppBundle\Mailer service
66-
# but that service is still available as AppBundle\Mailer.inner
66+
# but that service is still available as AppBundle\DecoratingMailer.inner
6767
decorates: AppBundle\Mailer
6868
6969
# pass the old service as an argument

0 commit comments

Comments
 (0)