Skip to content

Commit 974e17f

Browse files
frnejaviereguiluz
authored andcommitted
Rewritten 'whether' & removed serial comma
1 parent 21ebbd4 commit 974e17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/configuration/environments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ How to Master and Create new Environments
66

77
Every application is the combination of code and a set of configuration that
88
dictates how that code should function. The configuration may define the
9-
database being used, whether something should be cached, or how verbose
9+
database being used, if something should be cached or how verbose
1010
logging should be. In Symfony, the idea of "environments" is the idea that
1111
the same codebase can be run using multiple different configurations. For
1212
example, the ``dev`` environment should use configuration that makes development

0 commit comments

Comments
 (0)