From 7083125105de71ae3a224cccb8c078ba6eae0a77 Mon Sep 17 00:00:00 2001 From: Liviu Balan Date: Wed, 14 Mar 2018 07:37:38 +0200 Subject: [PATCH] Fix typo --- console.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.rst b/console.rst index 5ce2cba2459..058491bfec9 100644 --- a/console.rst +++ b/console.rst @@ -166,7 +166,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 `. This can be done by making the command extend the :class:`Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerAwareCommand` instead::