Skip to content

Commit

Permalink
Fix typo in Auth Manager docs (#39598)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakita committed May 14, 2024
1 parent ecf6e57 commit ba94328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/core-concepts/auth-manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ outlined below.
.. note::
For more information about Airflow's public interface see :doc:`/public-airflow-interface`.

Some reasons you may want to write a custom executor include:
Some reasons you may want to write a custom auth manager include:

* An auth manager does not exist which fits your specific use case, such as a specific tool or service for user management.
* You'd like to use an auth manager that leverages an identity provider from your preferred cloud provider.
Expand Down

0 comments on commit ba94328

Please sign in to comment.