From 2a5049340ab0524edaf5e50b9e70eb8f56346e8c Mon Sep 17 00:00:00 2001 From: Luis Cordova Date: Mon, 28 Oct 2013 16:50:34 -0500 Subject: [PATCH 1/2] switch argument to key to be more precise --- cookbook/console/console_command.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/console/console_command.rst b/cookbook/console/console_command.rst index fa7db6f1673..18efda43a3e 100644 --- a/cookbook/console/console_command.rst +++ b/cookbook/console/console_command.rst @@ -4,7 +4,7 @@ How to create a Console Command =============================== -The Console page of the Components section (:doc:`/components/console/introduction`) covers +The Console page of the Components section (:doc:`/components/console/introductcion`) covers how to create a Console command. This cookbook article covers the differences when creating Console commands within the Symfony2 framework. @@ -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:: From fda51eee9a34107eba3eee45d4a922803e0df5b8 Mon Sep 17 00:00:00 2001 From: Luis Cordova Date: Mon, 28 Oct 2013 16:51:58 -0500 Subject: [PATCH 2/2] fix introducing typo --- cookbook/console/console_command.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/console/console_command.rst b/cookbook/console/console_command.rst index 18efda43a3e..7571b49543b 100644 --- a/cookbook/console/console_command.rst +++ b/cookbook/console/console_command.rst @@ -4,7 +4,7 @@ How to create a Console Command =============================== -The Console page of the Components section (:doc:`/components/console/introductcion`) covers +The Console page of the Components section (:doc:`/components/console/introduction`) covers how to create a Console command. This cookbook article covers the differences when creating Console commands within the Symfony2 framework.