You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by er...@apache.org on 2021/02/02 21:27:05 UTC

[superset] 01/01: fix: comment typo

This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a commit to branch etr2460--config-typo
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 9482b1a00c70c2d0beaa293cfa1236c2d6dbb45f
Author: Erik Ritter <er...@airbnb.com>
AuthorDate: Tue Feb 2 13:26:14 2021 -0800

    fix: comment typo
---
 superset/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/config.py b/superset/config.py
index f320f2d..32638d9 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -854,7 +854,7 @@ ENABLE_JAVASCRIPT_CONTROLS = False
 # The id of a template dashboard that should be copied to every new user
 DASHBOARD_TEMPLATE_ID = None
 
-# A callable that allows altering the database conneciton URL and params
+# A callable that allows altering the database connection URL and params
 # on the fly, at runtime. This allows for things like impersonation or
 # arbitrary logic. For instance you can wire different users to
 # use different connection parameters, or pass their email address as the