Skip to content

Commit 47fd8a0

Browse files
committed
minor #4178 [Cookbook][Configuration] fixes environment/application mistake (dyferencjal)
This PR was merged into the 2.3 branch. Discussion ---------- [Cookbook][Configuration] fixes environment/application mistake IMO enviroment isn't properly used here. It should be application. Commits ------- 6ab9c16 fixes environment/application mistake
2 parents adc551f + 6ab9c16 commit 47fd8a0

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
@@ -153,7 +153,7 @@ used by each is explicitly set::
153153

154154
// ...
155155

156-
As you can see, the ``prod`` key specifies that this environment will run
156+
As you can see, the ``prod`` key specifies that this application will run
157157
in the ``prod`` environment. A Symfony2 application can be executed in any
158158
environment by using this code and changing the environment string.
159159

0 commit comments

Comments
 (0)