From 0858a884ebc9c9670e19e5a3fa5fcef1df0c368b Mon Sep 17 00:00:00 2001 From: Juho Lauri <9369863+jplauri@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:42:17 +0200 Subject: [PATCH] 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 e3b4bf0565621..389a6b4956ced 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