8000 minor #8006 Fixed typo (richard4339) · symfony/symfony-docs@f59a815 · GitHub
[go: up one dir, main page]

Skip to content

Commit f59a815

Browse files
committed
minor #8006 Fixed typo (richard4339)
This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes #8006). Discussion ---------- Fixed typo Default was spelled "defaut" Commits ------- b9abf89 Fixed typo
2 parents cb9da48 + b9abf89 commit f59a815

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
@@ -989,7 +989,7 @@ If you want to pass the second, you'll need to :ref:`manually wire the service <
989989

990990
If you do *not* create the alias and are :ref:`loading all services from src/AppBundle <service-container-services-load-example>`,
991991
then *three* services have been created (the automatic service + your two services)
992-
and the automatically loaded service will be passed - by defaut - when you type-hint
992+
and the automatically loaded service will be passed - by default - when you type-hint
993993
``SiteUpdateManager``. That's why creating the alias is a good idea.
994994

995995
Learn more

0 commit comments

Comments
 (0)
0