Skip to content

Commit 49fa607

Browse files
committed
Tweak
1 parent dbb2f88 commit 49fa607

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configuration/secrets.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ Suppose you want to store your database password as a secret. By using the
7676

7777
.. code-block:: terminal
7878
79-
# the input is hidden as you type for security reason
79+
# the input is hidden as you type for security reasons
8080
81-
# set your development value (default, can be overridden locally)
81+
# set your default development value (can be overridden locally)
8282
$ php bin/console secrets:set DATABASE_PASSWORD
8383
8484
# set your production value
@@ -238,7 +238,7 @@ manually store this file somewhere and deploy it. There are 2 ways to do that:
238238
1) Uploading the file:
239239

240240
The first option is to copy the **production decryption key** -
241-
``config/secrets/prod/prod.decrypt.private.php`` to your server(s).
241+
``config/secrets/prod/prod.decrypt.private.php`` to your server.
242242

243243
2) Using an Environment Variable
244244

0 commit comments

Comments
 (0)