From f313e144f751cc52ea144bf9dd99b1c85f15d469 Mon Sep 17 00:00:00 2001 From: humit Date: Wed, 11 May 2022 19:58:26 +0900 Subject: [PATCH] Fix typo issue (#23633) --- docs/apache-airflow/howto/set-up-database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/howto/set-up-database.rst b/docs/apache-airflow/howto/set-up-database.rst index 563d2efc6bdcc..a83948296d12c 100644 --- a/docs/apache-airflow/howto/set-up-database.rst +++ b/docs/apache-airflow/howto/set-up-database.rst @@ -45,7 +45,7 @@ Database URI Airflow uses SQLAlchemy to connect to the database, which requires you to configure the Database URL. You can do this in option ``sql_alchemy_conn`` in section ``[database]``. It is also common to configure -this option with ``AIRFLOW__DATABE__SQL_ALCHEMY_CONN`` environment variable. +this option with ``AIRFLOW__DATABASE__SQL_ALCHEMY_CONN`` environment variable. .. note:: For more information on setting the configuration, see :doc:`/howto/set-config`.