Skip to content

Commit 842f719

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Typo fix
2 parents 23450fc + d2725a0 commit 842f719

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

best_practices.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ application behavior.
8888
:ref:`Use env vars in your project <config-env-vars>` to define these options
8989
and create multiple ``.env`` files to :ref:`configure env vars per environment <config-dot-env>`.
9090

91-
Use Secret for Sensitive Information
92-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
91+
.. _use-secret-for-sensitive-information:
92+
93+
Use Secrets for Sensitive Information
94+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9395

9496
When your application has sensitive configuration - like an API key - you should
9597
store those securely via :doc:`Symfony’s secrets management system </configuration/secrets>`.

0 commit comments

Comments
 (0)