From eba011912bd32de759dc4a6569bacdbe53701f39 Mon Sep 17 00:00:00 2001 From: Chris Maiden Date: Sun, 7 Mar 2021 13:54:03 +0000 Subject: [PATCH] Fix typo --- configuration/secrets.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration/secrets.rst b/configuration/secrets.rst index bb89c67258f..15f4d194f5b 100644 --- a/configuration/secrets.rst +++ b/configuration/secrets.rst @@ -212,9 +212,9 @@ Listing the secrets will now also display the local variable: DATABASE_PASSWORD "dev value" "root" ------------------- ------------- ------------- -Symfony also provides the ``secrets:decrypt-to-local`` command to decrypts -all secrets and stores them in the local vault and ``secrets:encrypt-from-local`` -to encrypt all local secrets to the vault. +Symfony also provides the ``secrets:decrypt-to-local`` command which decrypts +all secrets and stores them in the local vault and the ``secrets:encrypt-from-local`` +command to encrypt all local secrets to the vault. Secrets in the test Environment -------------------------------