Skip to content

Commit 638b3cd

Browse files
committed
Merge branch '2.7' into 2.8
2 parents 9a74af4 + 16a5ac9 commit 638b3cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

console.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ automatically, a command must be:
7272
#. Defined in a class that extends from
7373
:class:`Symfony\\Component\\Console\\Command\\Command`.
7474

75-
If you can't meet these conditions for some command, the alternative is to
76-
manually :doc`register the command as a service </console/commands_as_services>`.
75+
If you can't meet these conditions for a command, the alternative is to manually
76+
:doc:`register the command as a service </console/commands_as_services>`.
7777

7878
Executing the Command
7979
---------------------
@@ -166,7 +166,7 @@ Now, you can pass the username to the command:
166166
Getting Services from the Service Container
167167
-------------------------------------------
168168

169-
To actually create a new user, the command has to access to some
169+
To actually create a new user, the command has to access some
170170
:doc:`services </service_container>`. This can be done by making the command
171171
extend the :class:`Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerAwareCommand`
172172
instead::

0 commit comments

Comments
 (0)