This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-4-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit e3caa27ad5dbe61b36b08dd6b5eb245b5771c6d9 Author: SnowOracle <[email protected]> AuthorDate: Thu Nov 3 15:17:12 2022 -0400 Fix wording in DAG Runs description(#27470) Co-authored-by: Jed Cunningham <[email protected]> (cherry picked from commit 104ce1e7d81457a768366bd1ba319ecad934a921) --- docs/apache-airflow/dag-run.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/dag-run.rst b/docs/apache-airflow/dag-run.rst index 6124cfc90e..641b12ec12 100644 --- a/docs/apache-airflow/dag-run.rst +++ b/docs/apache-airflow/dag-run.rst @@ -19,7 +19,7 @@ DAG Runs ========= A DAG Run is an object representing an instantiation of the DAG in time. Any time the DAG is executed, a DAG Run is created and all tasks inside it are executed. The status of the DAG Run depends on the tasks states. -Each DAG Run is run separately from another, meaning that you can have running DAG many times at the same time. +Each DAG Run is run separately from one another, meaning that you can have many runs of a DAG at the same time. .. _dag-run:dag-run-status:
