Skip to content

Commit 136230f

Browse files
frnejaviereguiluz
authored andcommitted
Style / grammar fixes for the console chapter
1 parent a0abc5d commit 136230f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbook/console/console_command.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ before translating contents::
147147
}
148148
}
149149

150-
However for other services the solution might be more complex. For more details,
150+
However, for other services the solution might be more complex. For more details,
151151
see :doc:`/cookbook/service_container/scopes`.
152152

153153
Testing Commands

cookbook/console/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ When using the shell you can choose to run each command in a separate process:
5656
$ php app/console -s --process-isolation
5757
5858
When you do this, the output will not be colorized and interactivity is not
59-
supported so you will need to pass all command params explicitly.
59+
supported so you will need to pass all command parameters explicitly.
6060

6161
.. note::
6262

0 commit comments

Comments
 (0)