diff --git a/cookbook/console/console_command.rst b/cookbook/console/console_command.rst index fa7db6f1673..7571b49543b 100644 --- a/cookbook/console/console_command.rst +++ b/cookbook/console/console_command.rst @@ -173,7 +173,7 @@ instead of .. versionadded:: 2.4 Since Symfony 2.4, the ``CommandTester`` automatically detects the name of the command to execute. Thus, you don't need to pass it via the ``command`` - argument anymore. + key anymore. .. note::