8000 minor #9956 Fixed minor typo (progga) · symfony/symfony-docs@96728e1 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 96728e1

Browse files
committed
minor #9956 Fixed minor typo (progga)
This PR was merged into the 3.4 branch. Discussion ---------- Fixed minor typo <!-- 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 ------- 86be86b Fixed minor typo
2 parents a927e21 + 86be86b commit 96728e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ By putting the ``bind`` key under ``_defaults``, you can specify the value of *a
764764
argument for *any* service defined in this file! You can bind arguments by name
765765
(e.g. ``$adminEmail``) or by type (e.g. ``Psr\Log\LoggerInterface``).
766766

767-
The ``bind`` config can be also be applied to specific services or when loading many
767+
The ``bind`` config can also be applied to specific services or when loading many
768768
services at once (i.e. :ref:`service-psr4-loader`).
769769

770770
.. _services-autowire:

0 commit comments

Comments
 (0)
0