Repository: incubator-airflow
Updated Branches:
  refs/heads/master 97d5176c0 -> 98c708036


Fix Typo in Scheduler documentation

Closes #3618 from amir656/patch-1


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/98c70803
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/98c70803
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/98c70803

Branch: refs/heads/master
Commit: 98c7080361f4a42ac35c9f898f758acd40de5789
Parents: 97d5176
Author: Amir Shahatit <[email protected]>
Authored: Sat Jul 21 13:33:27 2018 +0100
Committer: Kaxil Naik <[email protected]>
Committed: Sat Jul 21 13:33:29 2018 +0100

----------------------------------------------------------------------
 docs/scheduler.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/98c70803/docs/scheduler.rst
----------------------------------------------------------------------
diff --git a/docs/scheduler.rst b/docs/scheduler.rst
index da5fc70..43531ca 100644
--- a/docs/scheduler.rst
+++ b/docs/scheduler.rst
@@ -13,7 +13,7 @@ execute ``airflow scheduler``. It will use the configuration 
specified in
 ``airflow.cfg``.
 
 Note that if you run a DAG on a ``schedule_interval`` of one day,
-the run stamped ``2016-01-01`` will be trigger soon after ``2016-01-01T23:59``.
+the run stamped ``2016-01-01`` will be triggered soon after 
``2016-01-01T23:59``.
 In other words, the job instance is started once the period it covers
 has ended.
 

Reply via email to