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 bcc64a255e4 Conn docs extra fix (#53942)
bcc64a255e4 is described below

commit bcc64a255e488e74db034e9b7e46a002b1c0f8cd
Author: Ryan Hatter <25823361+rnh...@users.noreply.github.com>
AuthorDate: Fri Aug 1 07:24:31 2025 -0400

    Conn docs extra fix (#53942)
    
    * fix typo in http conn docs
    
    * fix typo in conn docs
---
 providers/airbyte/docs/connections.rst                 | 2 +-
 providers/apache/livy/docs/connections.rst             | 2 +-
 providers/discord/docs/connections/discord-webhook.rst | 2 +-
 providers/http/docs/connections/http.rst               | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/providers/airbyte/docs/connections.rst 
b/providers/airbyte/docs/connections.rst
index 50a85188cff..e238da4f8b7 100644
--- a/providers/airbyte/docs/connections.rst
+++ b/providers/airbyte/docs/connections.rst
@@ -41,7 +41,7 @@ Client Secret (required)
     The Client Secret to connect to the Airbyte server.
     You can find this information in the Settings / Applications page in 
Airbyte UI.
 
-Extras (optional)
+Extra (optional)
     Specify custom proxies in json format.
     Following default requests parameters are taken into account:
 
diff --git a/providers/apache/livy/docs/connections.rst 
b/providers/apache/livy/docs/connections.rst
index 14f9046f378..d14f319fc69 100644
--- a/providers/apache/livy/docs/connections.rst
+++ b/providers/apache/livy/docs/connections.rst
@@ -44,7 +44,7 @@ Login (optional)
 Password (optional)
     Specify the password for the Apache Livy server you would like to connect 
too.
 
-Extras (optional)
+Extra (optional)
     Specify headers in json format.
 
 When specifying the connection in environment variable you should specify
diff --git a/providers/discord/docs/connections/discord-webhook.rst 
b/providers/discord/docs/connections/discord-webhook.rst
index 5c70a6d30ee..2430f69897c 100644
--- a/providers/discord/docs/connections/discord-webhook.rst
+++ b/providers/discord/docs/connections/discord-webhook.rst
@@ -57,5 +57,5 @@ Schema (optional)
 Webhook Endpoint
     The endpoint that will be used to perform the HTTP request.
 
-Extras (optional)
+Extra (optional)
     Specify headers in json format.
diff --git a/providers/http/docs/connections/http.rst 
b/providers/http/docs/connections/http.rst
index 3d471f3ccf8..c48c2efd67b 100644
--- a/providers/http/docs/connections/http.rst
+++ b/providers/http/docs/connections/http.rst
@@ -53,7 +53,7 @@ Port (optional)
 Schema (optional)
     Specify the service type etc: http/https.
 
-Extras (optional)
+Extra (optional)
     Specify headers and default requests parameters in json format.
     Following default requests parameters are taken into account:
 

Reply via email to