From ddfcde383806418023e8136d849cbe97881ca101 Mon Sep 17 00:00:00 2001 From: Jake McGrath <116606359+jroachgolf84@users.noreply.github.com> Date: Fri, 5 Jun 2026 08:37:20 -0400 Subject: [PATCH] Fix Typo in HTTP Connection Example `servvice` -> `service` in Connection Example --- providers/http/docs/connections/http.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/http/docs/connections/http.rst b/providers/http/docs/connections/http.rst index c48c2efd67b03..ccaf6b550698e 100644 --- a/providers/http/docs/connections/http.rst +++ b/providers/http/docs/connections/http.rst @@ -74,4 +74,4 @@ For example: .. code-block:: bash - export AIRFLOW_CONN_HTTP_DEFAULT='http://username:password@servvice.com:80/https?headers=header' + export AIRFLOW_CONN_HTTP_DEFAULT='http://username:password@service.com:80/https?headers=header'