This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 0eec87e2b3a0cfce431e486ce4a02a3525293dce
Author: Emily Richmond <[email protected]>
AuthorDate: Tue Jul 12 15:18:41 2022 -0800

    chore: fix typo (#25010)
    
    fix typo in bullet list under Completing our DAG from "a" to "at"
    
    (cherry picked from commit c85af2dfe48acf77fe3b9293d9f9e27dd9a0c89d)
---
 docs/apache-airflow/tutorial.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/tutorial.rst b/docs/apache-airflow/tutorial.rst
index 12a695281a..31a1824b3c 100644
--- a/docs/apache-airflow/tutorial.rst
+++ b/docs/apache-airflow/tutorial.rst
@@ -538,7 +538,7 @@ Completing our DAG:
 ~~~~~~~~~~~~~~~~~~~
 We've developed our tasks, now we need to wrap them in a DAG, which enables us 
to define when and how tasks should run, and state any dependencies that tasks 
have on other tasks. The DAG below is configured to:
 
-* run every day a midnight starting on Jan 1, 2021,
+* run every day at midnight starting on Jan 1, 2021,
 * only run once in the event that days are missed, and
 * timeout after 60 minutes
 

Reply via email to