Skip to content

Commit 1a410e4

Browse files
committed
Fixed sentence
1 parent 6fb5ad5 commit 1a410e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/console/changing_default_command.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Changing the Default Command
88
The :method:`Symfony\\Component\\Console\\Application::setDefaultCommand`
99
method was introduced in Symfony 2.5.
1010

11-
will always run the ``ListCommand`` when no command name is passed. In order to change
12-
the default command you just need to pass the command name you want to run by
13-
default to the ``setDefaultCommand`` method::
11+
The Console component will always run the ``ListCommand`` when no command name is
12+
passed. In order to change the default command you just need to pass the command
13+
name to the ``setDefaultCommand`` method::
1414

1515
namespace Acme\Console\Command;
1616

0 commit comments

Comments
 (0)