diff --git a/console.rst b/console.rst index a0bb3a954bf..59c59e05f06 100644 --- a/console.rst +++ b/console.rst @@ -200,7 +200,7 @@ Now, you can pass the username to the command: Getting Services from the Service Container ------------------------------------------- -To actually create a new user, the command has to access to some +To actually create a new user, the command has to access some :doc:`services `. Since your command is already registered as a service, you can use normal dependency injection. Imagine you have a ``AppBundle\Service\UserManager`` service that you want to access::