Skip to content

Commit 2a50493

Browse files
committed
switch argument to key to be more precise
1 parent f3e9d17 commit 2a50493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/console/console_command.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
How to create a Console Command
55
===============================
66

7-
The Console page of the Components section (:doc:`/components/console/introduction`) covers
7+
The Console page of the Components section (:doc:`/components/console/introductcion`) covers
88
how to create a Console command. This cookbook article covers the differences
99
when creating Console commands within the Symfony2 framework.
1010

@@ -173,7 +173,7 @@ instead of
173173
.. versionadded:: 2.4
174174
Since Symfony 2.4, the ``CommandTester`` automatically detects the name of
175175
the command to execute. Thus, you don't need to pass it via the ``command``
176-
argument anymore.
176+
key anymore.
177177

178178
.. note::
179179

0 commit comments

Comments
 (0)