Skip to content

Commit d2725a0

Browse files
committed
minor #17158 Typo fix (andyexeter)
This PR was submitted for the 6.1 branch but it was squashed and merged into the 4.4 branch instead. Discussion ---------- Typo fix "Secret" should be plural "Secrets" in this context. <!-- 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 `6.x` for features of unreleased versions). --> Commits ------- 9dfb4b5 Typo fix
2 parents f4202ee + 9dfb4b5 commit d2725a0

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)