From b7a67a8c3affbdaa52fcee2334420814f146e812 Mon Sep 17 00:00:00 2001 From: Richard Lynskey Date: Thu, 8 Jun 2017 08:21:17 -0400 Subject: [PATCH] Fixed typo Default was spelled "defaut" --- service_container.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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