Skip to content

Commit 59a8989

Browse files
committed
minor #15072 [Config] Fix typo (matason)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- [Config] Fix typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- eba0119 Fix typo
2 parents 685cb2c + eba0119 commit 59a8989

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
@@ -212,9 +212,9 @@ Listing the secrets will now also display the local variable:
212212
DATABASE_PASSWORD "dev value" "root"
213213
------------------- ------------- -------------
214214
215-
Symfony also provides the ``secrets:decrypt-to-local`` command to decrypts
216-
all secrets and stores them in the local vault and ``secrets:encrypt-from-local``
217-
to encrypt all local secrets to the vault.
215+
Symfony also provides the ``secrets:decrypt-to-local`` command which decrypts
216+
all secrets and stores them in the local vault and the ``secrets:encrypt-from-local``
217+
command to encrypt all local secrets to the vault.
218218

219219
Secrets in the test Environment
220220
-------------------------------

0 commit comments

Comments
 (0)