Skip to content

Commit

Permalink
Fix spelling (#22107)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Mar 9, 2022
1 parent b2e0f76 commit 4ac771c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/dataflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def start_template_dataflow(
`https://cloud.google.com/dataflow/pipelines/specifying-exec-params
<https://cloud.google.com/dataflow/docs/reference/rest/v1b3/RuntimeEnvironment>`__
:param parameters: Parameters fot the template
:param parameters: Parameters for the template
:param dataflow_template: GCS path to the template.
:param project_id: Optional, the Google Cloud project ID in which to start a job.
If set to None or missing, the default project_id from the Google Cloud connection is used.
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/gdm.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
class GoogleDeploymentManagerHook(GoogleBaseHook):
"""
Interact with Google Cloud Deployment Manager using the Google Cloud connection.
This allows for scheduled and programmatic inspection and deletion fo resources managed by GDM.
This allows for scheduled and programmatic inspection and deletion of resources managed by GDM.
"""

def __init__(
Expand Down
1 change: 0 additions & 1 deletion docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,6 @@ followsa
formatter
forwardability
forwardable
fot
fqdn
frontend
fs
Expand Down

0 comments on commit 4ac771c

Please sign in to comment.