This is an automated email from the ASF dual-hosted git repository.
jedcunningham 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 f1a5d1edab4 Fix Typo in HTTP Connection Example (#68076)
f1a5d1edab4 is described below
commit f1a5d1edab43a6f5af9a161f357025189ab2ded2
Author: Jake McGrath <[email protected]>
AuthorDate: Fri Jun 5 10:02:57 2026 -0400
Fix Typo in HTTP Connection Example (#68076)
`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 c48c2efd67b..ccaf6b55069 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:[email protected]:80/https?headers=header'
+ export
AIRFLOW_CONN_HTTP_DEFAULT='http://username:[email protected]:80/https?headers=header'