From 692231ae61d909cc9181efee69a6a60f42dfe7a5 Mon Sep 17 00:00:00 2001 From: humit0 Date: Wed, 11 May 2022 12:20:07 +0900 Subject: [PATCH] Fix typo issue --- 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`.