You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/03/20 17:59:07 UTC

(superset) 02/02: typo

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

rusackas pushed a commit to branch clarifying-target-path
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 02f3c70a9328ff0facf9b933b80e9765c5ce6d6d
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Wed Mar 20 10:56:27 2024 -0600

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

diff --git a/superset/config.py b/superset/config.py
index 87e42a208c..2f6ce13694 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -290,7 +290,7 @@ APP_ICON = "/static/assets/images/superset-logo-horiz.png"
 
 # Specify where clicking the logo would take the user'
 # Default value of None will take you to '/superset/welcome'
-# You can also speicify a relative URL e.g. '/superset/welcome' or '/dashboards/list'
+# You can also specify a relative URL e.g. '/superset/welcome' or '/dashboards/list'
 # or you can specify a full URL e.g. 'https://foo.bar'
 LOGO_TARGET_PATH = None