Repository: incubator-airflow Updated Branches: refs/heads/master 51fed8b1f -> c1217c349
[AIRFLOW-XXX] Fix typos in docs Closes #3625 from feluelle/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/c1217c34 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/c1217c34 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/c1217c34 Branch: refs/heads/master Commit: c1217c349f2c44c0ab024abaadb1108a478131d8 Parents: 51fed8b Author: Felix <[email protected]> Authored: Sun Jul 22 14:56:52 2018 +0200 Committer: Bolke de Bruin <[email protected]> Committed: Sun Jul 22 14:57:03 2018 +0200 ---------------------------------------------------------------------- CONTRIBUTING.md | 2 +- TODO.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/c1217c34/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3fe5204..94997ae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,7 @@ If you are proposing a feature: The latest API documentation is usually available [here](https://airflow.incubator.apache.org/). To generate a local version, -you need to have set up an Airflow development environemnt (see below). Also +you need to have set up an Airflow development environment (see below). Also install the `doc` extra. pip install -e .[doc] http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/c1217c34/TODO.md ---------------------------------------------------------------------- diff --git a/TODO.md b/TODO.md index cf19035..9f1a8a9 100644 --- a/TODO.md +++ b/TODO.md @@ -4,7 +4,7 @@ * Distributed scheduler (supervisors) * Get the supervisors to run sensors (as opposed to each sensor taking a slot) * Improve DagBag differential refresh - * Pickle all the THINGS! supervisors maintains fresh, versionned pickles in the database as they monitor for change + * Pickle all the THINGS! supervisors maintains fresh, versioned pickles in the database as they monitor for change * Pre-prod running off of master * Containment / YarnExecutor / Docker? * Get s3 logs
