Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df2a0f2

Browse filesBrowse files
committed
Fixes and tweaks
1 parent dd8157f commit df2a0f2
Copy full SHA for df2a0f2

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎cookbook/configuration/environments.rst

Copy file name to clipboardExpand all lines: cookbook/configuration/environments.rst
+3-3Lines changed: 3 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.