Skip to content

Commit 576bbfb

Browse files
committed
remove first person as per feedback
1 parent 579fdd6 commit 576bbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/deployment/heroku.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ steps should use the same ``prod`` environment as well.
126126
Thankfully, the solution to this problem is very simple: Symfony will pick up an
127127
environment variable named ``SYMFONY_ENV`` and use that environment if nothing
128128
else is explicitly set. As Heroku exposes all `config vars`_ as environment
129-
variables, we can issue a single command to prepare our app for a deployment:
129+
variables, you can issue a single command to prepare your app for a deployment:
130130

131131
.. code-block:: bash
132132

0 commit comments

Comments
 (0)