Skip to content

Commit

Permalink
Fix typo issue (#23633)
Browse files Browse the repository at this point in the history
  • Loading branch information
humit0 authored May 11, 2022
1 parent 8116bc9 commit f313e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/howto/set-up-database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit f313e14

Please sign in to comment.