You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/07/12 23:18:49 UTC

[airflow] branch main updated: chore: fix typo (#25010)

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

potiuk 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 c85af2dfe4 chore: fix typo (#25010)
c85af2dfe4 is described below

commit c85af2dfe48acf77fe3b9293d9f9e27dd9a0c89d
Author: Emily Richmond <10...@users.noreply.github.com>
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"
---
 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