From d820c9c2ffa8ebe42278dff32f990728dff133b1 Mon Sep 17 00:00:00 2001 From: Armando Fandango Date: Mon, 18 Mar 2024 12:54:47 -0400 Subject: [PATCH] fix: typo in configuring-superset.mdx (#27541) --- docs/docs/installation/configuring-superset.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/configuring-superset.mdx b/docs/docs/installation/configuring-superset.mdx index 30bc2f281..ac80ef3bf 100644 --- a/docs/docs/installation/configuring-superset.mdx +++ b/docs/docs/installation/configuring-superset.mdx @@ -39,7 +39,7 @@ ROW_LIMIT = 5000 # and encrypting sensitive information on the database # Make sure you are changing this key for your deployment with a strong key. # Alternatively you can set it with `SUPERSET_SECRET_KEY` environment variable. -# You MUST set this for production environments or the server will not refuse +# You MUST set this for production environments or the server will refuse # to start and you will see an error in the logs accordingly. SECRET_KEY = 'YOUR_OWN_RANDOM_GENERATED_SECRET_KEY'