You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by jl...@apache.org on 2016/08/03 12:02:04 UTC

incubator-airflow git commit: [AIRFLOW-322] Fix typo in FAQ section

Repository: incubator-airflow
Updated Branches:
  refs/heads/master b39cbdba0 -> 968ba9c53


[AIRFLOW-322] Fix typo in FAQ section

Closes #1693 from ajayyadava/322


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

Branch: refs/heads/master
Commit: 968ba9c53407ddcfeb1ca124637b31756ed0d5e0
Parents: b39cbdb
Author: Ajay Yadava <aj...@apache.org>
Authored: Wed Aug 3 08:01:33 2016 -0400
Committer: jlowin <jl...@users.noreply.github.com>
Committed: Wed Aug 3 08:01:44 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/968ba9c5/docs/faq.rst
----------------------------------------------------------------------
diff --git a/docs/faq.rst b/docs/faq.rst
index e61c1bf..33f8bd6 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -82,7 +82,7 @@ an hour after now as ``now()`` moves along.
 Previously we also recommended using rounded ``start_date`` in relation to your
 ``schedule_interval``. This meant an ``@hourly`` would be at ``00:00``
 minutes:seconds, a ``@daily`` job at midnight, a ``@monthly`` job on the
-first of the month. This is no longer required. Airflow will not auto align
+first of the month. This is no longer required. Airflow will now auto align
 the ``start_date`` and the ``schedule_interval``, by using the ``start_date``
 as the moment to start looking.