diff --git a/service_container.rst b/service_container.rst index 5151afab455..0435f2aed0a 100644 --- a/service_container.rst +++ b/service_container.rst @@ -989,7 +989,7 @@ If you want to pass the second, you'll need to :ref:`manually wire the service < If you do *not* create the alias and are :ref:`loading all services from src/AppBundle `, then *three* services have been created (the automatic service + your two services) - and the automatically loaded service will be passed - by defaut - when you type-hint + and the automatically loaded service will be passed - by default - when you type-hint ``SiteUpdateManager``. That's why creating the alias is a good idea. Learn more