This is an automated email from the ASF dual-hosted git repository.
henry3260 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 bcefdf945c6 Fix duplicate 'the' typo in Task SDK integration test docs
(#70806)
bcefdf945c6 is described below
commit bcefdf945c6c4458d87c4e4d02ca5489d5efeafc
Author: Saumyaranjan Nayak <[email protected]>
AuthorDate: Fri Jul 31 14:18:56 2026 +0530
Fix duplicate 'the' typo in Task SDK integration test docs (#70806)
Signed-off-by: Saumyaranjan Nayak
<[email protected]>
Co-authored-by: Copilot <[email protected]>
---
contributing-docs/testing/task_sdk_integration_tests.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contributing-docs/testing/task_sdk_integration_tests.rst
b/contributing-docs/testing/task_sdk_integration_tests.rst
index 6eda7d10e91..fc629b0f609 100644
--- a/contributing-docs/testing/task_sdk_integration_tests.rst
+++ b/contributing-docs/testing/task_sdk_integration_tests.rst
@@ -192,7 +192,7 @@ Stopping docker-compose
.......................
When you finish testing (or when you updated dependencies and rebuild your
images),
-you likely want to stop the running containers. You can stop the the running
containers by running:
+you likely want to stop the running containers. You can stop the running
containers by running:
.. code-block:: bash