Skip to content

Commit 5bf143b

Browse files
authored
Typo fix
"Secret" should be plural "Secrets" in this context.
1 parent 9a4075d commit 5bf143b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ 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
91+
Use Secrets for Sensitive Information
9292
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9393

9494
When your application has sensitive configuration - like an API key - you should

0 commit comments

Comments
 (0)