Skip to content

Commit df2a0f2

Browse files
committed
Fixes and tweaks
1 parent dd8157f commit df2a0f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cookbook/configuration/environments.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ 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 the ``--env`` and ``-no-debug`` options to modify this
219+
debug mode enabled. Use the ``--env`` and ``--no-debug`` options to modify this
220220
behavior:
221221

222222
.. code-block:: bash
@@ -242,8 +242,8 @@ executing any command:
242242
If ``0``, debug mode is disabled. Otherwise, debug mode is enabled.
243243

244244
These environment variables are very useful for production servers because they
245-
allow you to ensure that commands are always run the on ``prod`` environment
246-
without having to add any command option.
245+
allow you to ensure that commands always run in the ``prod`` environment without
246+
having to add any command option.
247247

248248
.. index::
249249
single: Environments; Creating a new environment

0 commit comments

Comments
 (0)