We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e9d17 commit 2a50493Copy full SHA for 2a50493
cookbook/console/console_command.rst
@@ -4,7 +4,7 @@
4
How to create a Console Command
5
===============================
6
7
-The Console page of the Components section (:doc:`/components/console/introduction`) covers
+The Console page of the Components section (:doc:`/components/console/introductcion`) covers
8
how to create a Console command. This cookbook article covers the differences
9
when creating Console commands within the Symfony2 framework.
10
@@ -173,7 +173,7 @@ instead of
173
.. versionadded:: 2.4
174
Since Symfony 2.4, the ``CommandTester`` automatically detects the name of
175
the command to execute. Thus, you don't need to pass it via the ``command``
176
- argument anymore.
+ key anymore.
177
178
.. note::
179
0 commit comments