File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ automatically, a command must be:
72
72
#. Defined in a class that extends from
73
73
:class: `Symfony\\ Component\\ Console\\ Command\\ Command `.
74
74
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 >`.
77
77
78
78
Executing the Command
79
79
---------------------
@@ -166,7 +166,7 @@ Now, you can pass the username to the command:
166
166
Getting Services from the Service Container
167
167
-------------------------------------------
168
168
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
170
170
:doc: `services </service_container >`. This can be done by making the command
171
171
extend the :class: `Symfony\\ Bundle\\ FrameworkBundle\\ Command\\ ContainerAwareCommand `
172
172
instead::
You can’t perform that action at this time.
0 commit comments