Skip to content

Commit a04136f

Browse files
[Doc] Fixing some typos and spelling errors (apache#57225)
* Fixing some typos and spelling errors * adding 'chatbot' to spelling_wordlist.txt * adding 'chatbots' to spelling_wordlist.txt * removed 'Chatbots' from spelling_wordlist.txt * Committing new versions of somes files generated by prek
1 parent 9c25bc4 commit a04136f

File tree

25 files changed

+33
-31
lines changed

25 files changed

+33
-31
lines changed

contributing-docs/testing/task_sdk_integration_tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ reproducibility:
8585
breeze testing task-sdk-integration-tests task_sdk_tests/test_task_sdk_health.py
8686
8787
# Run with custom Docker image
88-
DOCKER_IMAGE=my-custom-airflow-imahge:latest breeze testing task-sdk-integration-tests
88+
DOCKER_IMAGE=my-custom-airflow-image:latest breeze testing task-sdk-integration-tests
8989
9090
Running in Your Current Virtual Environment
9191
...........................................

dev/breeze/doc/images/output_ci-image.svg

Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
de6e1ee2eb602569a8cd1a3c6c4cbafe
1+
7745b7d70e4a06b724ed92814d416670

dev/breeze/doc/images/output_ci-image_export-mount-cache.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
824109d9d232ba19a9aa0781ba8fccd9
1+
ebc1ae7a092c1e541957fb1e79829249

dev/breeze/doc/images/output_ci-image_import-mount-cache.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
65be4537eea8d56d3ddc34d4ccab60c7
1+
669f8d8b36a1d9dde983862db6a69ce4

dev/breeze/src/airflow_breeze/commands/ci_image_commands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ def export_mount_cache(
930930
cache_file: Path,
931931
):
932932
"""
933-
Export content of the the mount cache to a directory.
933+
Export content of the mount cache to a directory.
934934
"""
935935
perform_environment_checks()
936936
make_sure_builder_configured(params=BuildCiParams(builder=builder))
@@ -995,7 +995,7 @@ def import_mount_cache(
995995
cache_file: Path,
996996
):
997997
"""
998-
Export content of the the mount cache to a directory.
998+
Export content of the mount cache to a directory.
999999
"""
10001000
perform_environment_checks()
10011001
make_sure_builder_configured(params=BuildCiParams(builder=builder))

docs/spelling_wordlist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ chakra
253253
Changelog
254254
changelog
255255
charset
256+
chatbot
257+
chatbots
256258
Checklicence
257259
checklicence
258260
CheckOperator

providers/amazon/src/airflow/providers/amazon/aws/hooks/base_aws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ def async_conn(self):
790790
async def get_async_conn(self):
791791
"""Get an aiobotocore client to use for async operations."""
792792
# We have to wrap the call `self.get_client_type` in another call `_get_async_conn`,
793-
# because one of it's arguments `self.region_name` is a `@property` decorated function
793+
# because one of its arguments `self.region_name` is a `@property` decorated function
794794
# calling the cached property `self.conn_config` at the end.
795795
return await sync_to_async(self._get_async_conn)()
796796

0 commit comments

Comments
 (0)