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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 0858a884eb Fix typo "robot.txt" to "robots.txt" (#36301)
0858a884eb is described below

commit 0858a884ebc9c9670e19e5a3fa5fcef1df0c368b
Author: Juho Lauri <[email protected]>
AuthorDate: Tue Dec 19 11:42:17 2023 +0200

    Fix typo "robot.txt" to "robots.txt" (#36301)
---
 docs/apache-airflow/security/webserver.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/security/webserver.rst 
b/docs/apache-airflow/security/webserver.rst
index e3b4bf0565..389a6b4956 100644
--- a/docs/apache-airflow/security/webserver.rst
+++ b/docs/apache-airflow/security/webserver.rst
@@ -34,7 +34,7 @@ set the below:
 Disable Deployment Exposure Warning
 ---------------------------------------
 
-Airflow warns when recent requests are made to ``/robot.txt``. To disable this 
warning set ``warn_deployment_exposure`` to
+Airflow warns when recent requests are made to ``/robots.txt``. To disable 
this warning set ``warn_deployment_exposure`` to
 ``False`` as below:
 
 .. code-block:: ini

Reply via email to