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

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 69be4b8  Fix typos in scripts/ci/docker-compose/local.yml (#10906)
69be4b8 is described below

commit 69be4b8bce85ea504620a6140e54cbf991407990
Author: Kaxil Naik <[email protected]>
AuthorDate: Sun Sep 13 22:41:59 2020 +0100

    Fix typos in scripts/ci/docker-compose/local.yml (#10906)
    
    `an` -> `on` (grammatically that makes sense)
---
 scripts/ci/docker-compose/local.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/ci/docker-compose/local.yml 
b/scripts/ci/docker-compose/local.yml
index 619156f..0e5198d 100644
--- a/scripts/ci/docker-compose/local.yml
+++ b/scripts/ci/docker-compose/local.yml
@@ -20,9 +20,9 @@ services:
   airflow:
     stdin_open: true  # docker run -i
     tty: true  # docker run -t
-    # We need to mount files an directories individually because some files
+    # We need to mount files and directories individually because some files
     # such apache_airflow.egg-info should not be mounted from host
-    # we only mount those files that it makes sense to edit while developing
+    # we only mount those files, so that it makes sense to edit while 
developing
     # or those that might be useful to see in the host as output of the
     # tests (such as logs)
     volumes:

Reply via email to