From ae2763af5357088a4a305d6f9a9c0e16090e4331 Mon Sep 17 00:00:00 2001
From: Sujith Kumar S <31705464+sujiplr@users.noreply.github.com>
Date: Mon, 28 Mar 2022 13:34:04 +0530
Subject: [PATCH] docs: Correcting the document font size (#19390)

* Correcting with doc font size

Correcting with doc font size

* Correcting with doc font size

Correcting with doc font size

* Update docs/docs/installation/configuring-superset.mdx

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
(cherry picked from commit d46a550774cb139768f6c00fb1ecdf7fb58f136e)
---
 docs/docs/installation/configuring-superset.mdx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/docs/installation/configuring-superset.mdx b/docs/docs/installation/configuring-superset.mdx
index b3a9abfca19ad..ea1280fded3a6 100644
--- a/docs/docs/installation/configuring-superset.mdx
+++ b/docs/docs/installation/configuring-superset.mdx
@@ -312,10 +312,10 @@ Note in a future release the interim SIP-15 logic will be removed (including the
 
 If you want to rotate the SECRET_KEY(change the existing secret key), follow the below steps.
 
-# Add the new SECRET_KEY and PREVIOUS_SECRET_KEY
+Add the new SECRET_KEY and PREVIOUS_SECRET_KEY to `superset_config.py`:
 
 ```python
 PREVIOUS_SECRET_KEY = 'CURRENT_SECRET_KEY' # The default SECRET_KEY for deployment is '21thisismyscretkey12eyyh'
 SECRET_KEY = 'YOUR_OWN_RANDOM_GENERATED_SECRET_KEY'
 ```
-# Then run `superset re-encrypt-secrets`
+Then run `superset re-encrypt-secrets`