Skip to content

Commit a1d88d8

Browse files
committed
More grammar fixes
1 parent 8ead4a4 commit a1d88d8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cookbook/configuration/environments.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ Selecting the Environment for Console Commands
216216
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
217217

218218
By default, Symfony commands are executed in the ``dev`` environment and with the
219-
debug mode enabled. Use ``--env`` and ``-no-debug`` options to modify this behavior:
219+
debug mode enabled. Use the ``--env`` and ``-no-debug`` options to modify this
220+
behavior:
220221

221222
.. code-block:: bash
222223
@@ -229,8 +230,8 @@ debug mode enabled. Use ``--env`` and ``-no-debug`` options to modify this behav
229230
# 'test' environment and debug disabled
230231
$ php app/console command_name --env=test --no-debug
231232
232-
In addition to ``--env`` and ``--debug`` options, Symfony commands behavior can
233-
also be controlled with environment variables. The Symfony console application
233+
In addition to the ``--env`` and ``--debug`` options, Symfony commands behavior
234+
can also be controlled with environment variables. The Symfony console application
234235
checks the existence and value of these environment variables before executing
235236
any command:
236237

0 commit comments

Comments
 (0)