10000 Fixed minor typo · symfony/symfony-docs@86be86b · GitHub
[go: up one dir, main page]

Skip to content

Commit 86be86b

Browse files
authored
Fixed minor typo
1 parent a927e21 commit 86be86b

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