We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ebbd4 commit 974e17fCopy full SHA for 974e17f
cookbook/configuration/environments.rst
@@ -6,7 +6,7 @@ How to Master and Create new Environments
6
7
Every application is the combination of code and a set of configuration that
8
dictates how that code should function. The configuration may define the
9
-database being used, whether something should be cached, or how verbose
+database being used, if something should be cached or how verbose
10
logging should be. In Symfony, the idea of "environments" is the idea that
11
the same codebase can be run using multiple different configurations. For
12
example, the ``dev`` environment should use configuration that makes development
0 commit comments