From 43ecb46681c1b4782383a0438d0577ce070a7dc6 Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Mon, 7 Nov 2016 15:32:34 +0100 Subject: [PATCH] Fixed a typo in "define commands as service" --- console/commands_as_services.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/commands_as_services.rst b/console/commands_as_services.rst index 61b8dc18891..4f17b5b3d97 100644 --- a/console/commands_as_services.rst +++ b/console/commands_as_services.rst @@ -11,7 +11,7 @@ Symfony will even inject the container. While making life easier, this has some limitations: * Your command must live in the ``Command`` directory; -* There's no way to conditionally register your service based on the environment +* There's no way to conditionally register your command based on the environment or availability of some dependencies; * You can't access the container in the ``configure()`` method (because ``setContainer`` hasn't been called yet);