You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/01/11 01:02:42 UTC

[airflow] branch main updated: Small Typo Fixed (#28684)

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 44d3082ef9 Small Typo Fixed (#28684)
44d3082ef9 is described below

commit 44d3082ef9e71dad1e51f2215ae31fca61f1ad90
Author: Bugra Ozturk <bu...@users.noreply.github.com>
AuthorDate: Wed Jan 11 02:02:29 2023 +0100

    Small Typo Fixed (#28684)
    
    Co-authored-by: bugraozturk <bu...@mollie.com>
---
 .../secrets-backends/google-cloud-secret-manager-backend.rst            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow-providers-google/secrets-backends/google-cloud-secret-manager-backend.rst b/docs/apache-airflow-providers-google/secrets-backends/google-cloud-secret-manager-backend.rst
index cc7de51377..b4052766ba 100644
--- a/docs/apache-airflow-providers-google/secrets-backends/google-cloud-secret-manager-backend.rst
+++ b/docs/apache-airflow-providers-google/secrets-backends/google-cloud-secret-manager-backend.rst
@@ -137,7 +137,7 @@ You can do it with the gcloud tools as in the example below.
         airflow-connections-first-connection \
         --data-file=- \
         --replication-policy=automatic
-    Created version [1] of the secret [airflow-variables-first-connection].
+    Created version [1] of the secret [airflow-connections-first-connection].
 
 If you have the default backend configuration and you want to create a variable named ``first-variable``,
 you should create a secret named ``airflow-variables-first-variable``. You can do it with the gcloud