Skip to content

Commit 4ac771c

Browse files
authored
Fix spelling (#22107)
1 parent b2e0f76 commit 4ac771c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

airflow/providers/google/cloud/hooks/dataflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ def start_template_dataflow(
627627
`https://cloud.google.com/dataflow/pipelines/specifying-exec-params
628628
<https://cloud.google.com/dataflow/docs/reference/rest/v1b3/RuntimeEnvironment>`__
629629
630-
:param parameters: Parameters fot the template
630+
:param parameters: Parameters for the template
631631
:param dataflow_template: GCS path to the template.
632632
:param project_id: Optional, the Google Cloud project ID in which to start a job.
633633
If set to None or missing, the default project_id from the Google Cloud connection is used.

airflow/providers/google/cloud/hooks/gdm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
class GoogleDeploymentManagerHook(GoogleBaseHook):
2929
"""
3030
Interact with Google Cloud Deployment Manager using the Google Cloud connection.
31-
This allows for scheduled and programmatic inspection and deletion fo resources managed by GDM.
31+
This allows for scheduled and programmatic inspection and deletion of resources managed by GDM.
3232
"""
3333

3434
def __init__(

docs/spelling_wordlist.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,6 @@ followsa
817817
formatter
818818
forwardability
819819
forwardable
820-
fot
821820
fqdn
822821
frontend
823822
fs

0 commit comments

Comments
 (0)